@charset "utf-8";
/* CSS Document */

#main{
	margin: 0px auto;
	width: 800px;
	height: 600px;
	background: #fff url(img/main.png) no-repeat center -10px;
}


#topdiv{
	margin: 0px auto;
	height: 300px;
	text-align: center;

}
#bottomdiv{

	margin: 0px auto;
	height: 120px;	
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight: bold;
	color:#FF6600;
}

#footer{
	height: 100px;		
	border-top:0px solid #006699;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#999;
}

#footer a.ga{
	text-decoration: none;
	color: #999;
	font-weight: bold;
}