@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	background: #CCCC99;
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	top: 50px;
	margin: 0 auto;
	width: 981px;
	height: 536px;
}