@charset "utf-8";
/* CSS Document */

body,html{
height:100%;
text-align:center;

background-color:#9B9A30;
}

#container{
	width:800px;
	height:600px;
	margin: 50px auto 10px auto;
	
}
