@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y:scroll;
}

body{
	text-align:center;
}


div#container div{
	position:absolute;
  	left: 50%;
  	top: 50%;
	margin-left: -470px;
  	margin-top: -300px;
	width:940px;
	height:600px;
}

