@charset "UTF-8";
/* CSS Document */

html, body {height: 100%; font-family:Verdana, Arial, Helvetica, sans-serif;}

img.bg {
	width: auto;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	}

#body-top { width:100%; height:100%; margin: 0 auto; top: 0; position: relative; clear: left;}
#body-bottom { width:960px; margin: 0 auto; position: relative; clear: left; height:100px;}

/* clear before the bottom div to get the background of the body-middle div to show up*/
.clear { clear:both;}