body {
	text-align:center;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 14px;
	background-color:#A4FFFF;
}

div#wrapper{
	margin-left: auto;
	margin-right: auto;
	width:75%;
	min-width:800px;
	
}



div#maincontent {
	text-align: left;
	background-color:#FFF;
	/*margin: 10px auto 0 auto;*/		
	width: 100%;
	position:relative;
}

div#breaker {
    clear:both;
    height:1px;
   
}

div#footer{
	clear:both;
	width:100%;
	height:20px;
	background-color:transparent;
