@charset "utf-8";
/* CSS Document */

*{	padding:0px;
	border:0px;}
	
body{	background-color:#80857B;
		width:810px;
		margin:0px auto 0px auto;}

#container{ top:50%;
			position:absolute;
			margin-top: -270px; 
			width:810px;
			height:540px;
			}


