
body {
	margin: 0px;
	background-color:white;
	background-image: none;
}

#header {
	width: 100%;
	height: 110px;
	background-image: none;
}

#page {
	width: 100%;
	background-color:white;
	background-image:none;
	border: none;
}

#separator {
	display: none;
}

#navigation {
	display: none;	
}

#content {
	width: 86%;
	float:left;
	background-image:none;
	overflow: visible;
	padding: 20px 10px;
	margin:0px;	
}

#header img.logo {
	position:relative; 
	top:11px;
}

#supported {
	display: none;
}
