/* global fixes */
#HiddenTextItems {display: block; font-size: 0px; text-indent: -9999px; line-height: 0;}
.clear {clear: both;}

html{font-size: 100%; background: #003F94 url(background.jpg) 0 -200px no-repeat;}
body {
	font-family: Arial, Helvetica, Sans-Serif;
	height: 100%;
	font-size: 12px;
}

div#Wrapper {margin-left: auto; margin-right: auto; width: 800px; border-left: 1px solid #7EBCE0; border-right: 1px solid #7EBCE0; background: #003F94 url(background.jpg) -50px -70px no-repeat;}
	div#Container {padding: 0 20px; padding-bottom: 30px; background-image: url(opaque.png);}
		div#Header {width: 100%; float: left; height: 200px; }
		div#Layout {width: 100%;}
		
		
		p.backToHomePage {text-transform: Capitalize; float: right;}

	