*{
	margin: 0;
	padding: 0;
}    

html{
	height: 100%;
	width: 100%;
}
body {
background: #FFFFFF;
font-family: Helvetica, Arial;
color: #000;  
overflow: hidden; 
width: 100%;
height: 100%;
}

a {
text-decoration: none;
color: #fff;
}

a:hover {
text-decoration: underline;
}

#content {        
	width: 100%;
	height: 100%;

}
