		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}

		div#content {
			position: relative;
			width: 65%;
			margin: 0 auto;
			background: #fff;
			padding: 20px;
			top:200px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			-moz-box-shadow: #000 4px 4px 10px;
			-webkit-box-shadow: #000 4px 4px 10px;
			opacity: 0.70;
			filter: alpha(opacity=70);
			-moz-opacity: 0.70;
			color:#202020;
		}
		
		div#content_clear {
			position: relative;
			width: 65%;
			margin: 0 auto;
			background: #d1dff2;
			padding: 20px;
			top:200px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			-moz-box-shadow: #000 4px 4px 10px;
			-webkit-box-shadow: #000 4px 4px 10px;
			opacity: 0.80;
			filter: alpha(opacity=80);
			-moz-opacity: 0.80;
			color:#202020;
		}
		
		div#menu {
			position: fixed;
			width: 150px;
			margin: 200px 0 0 0;
			padding: 20px;
			font-family: helvetica, arial, sans-serif;
			font-size: 16pt;
			line-height: 16pt;
			color:#fff;
		}

		div#logo {
			position: absolute;
			width: 800px;
			right: 0px;
			top: -25px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			opacity: 0.30;
			filter: alpha(opacity=30);
			-moz-opacity: 0.30;
			font-weight: bold;
			z-index:9;
		}
		
		body {
			margin: 0;
			padding: 0 0 0 0;
		}
		
		a{
			border: 0px solid black;
		}
		
		h1{
			font-size:12pt;
		}

