@charset "utf-8";
* { 
margin:auto; 
padding: 0px; 
} 
body {
	background-color: #F4FBFF;
	height:auto;
	background-image: url(background.jpg);
	background-repeat: repeat;
	margin-top: 10%;
}
#header { 
	height: 361px; 
	width: 500px; 
}

#footer {
	height:auto; 
	width:500px; 
	font-size: small;
	text-align: center;
}
a{
	font-weight:bold;
	color:#0099FF;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
}
