/* CSS Document */

body {
	background-color: #cccccc;
}

#mainContent {
	position: relative;
	width: 800px;
	height: auto;
	margin: auto;
	top: 0px;
	background-color: #cccccc;
}


