img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 800px;

	/* 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#background{
	position: relative;
	margin: 0 auto;
	background: transparent;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	-moz-box-shadow: #000 0px 0px 0px;
	-webkit-box-shadow: #000 0px 0px 0px;
	height:100%;
}

div#menu {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: absolute;
	top: 200px;
	left: 0px;
	margin: 0 auto;
	background: transparent;
	padding: 0px;
	-moz-box-shadow: #000 0px 0px 0px;
	-webkit-box-shadow: #000 0px 0px 0px;
	width: 213px;
	height: 100%;	
}

div#icons {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position:fixed;
left: 651px;
z-index: 2; 
bottom: 0px;
	background-image:url(images/contentbackground.png);
	padding: 5px;
	width: 32px;
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: absolute;
	left: 220px;
	width: 400px;
	bottom: 0px;
	top: 0px;
	min-height: 200%;	padding: 10px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	height:auto;
	}

div#contentback {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: fixed;
	left: 220px;
	width: 400px;
	bottom: 0px;
	top: 0px;
	min-height: 100%;
	background-image:url(images/contentbackground.png);
	padding: 10px;
	}


body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 0 0 0 0;
}
