body {
	text-align:center;
	margin:0;
	padding:0;
}

#wrapper {
	width:757px;
	margin: 0 auto;
	text-align:left;
	height:1%;
}

#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#top {
	height:116px;
}

#leftcontent {
	float:left;
	width:575px;
}

#rightcontent {
	float:right;
	width:182px;
}



