@charset "utf-8";
/* CSS Document */

body{
	margin:0;
}

#container{
	width:791px;
	height:485px;
	margin:8% auto;
}
#footer{
	margin:5px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-align:center;
}
#footer a{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

