body {
	font-size:small;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

#maincontainer {
	width:100%;
	height:99%;
	text-align:center;
}

#main {
	position:relative;
	top:10%;
	left:0px;
	width:100%;
	height:233px;
	text-align:center;
	background-color:#006600;
	background-image: url( ./gfx/mainbackground.jpg );
	background-repeat: no-repeat;
	background-position: center center;
	
}