/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	width: auto;
	height: 100%;
	background: #000000 url(images/bg4.jpg) repeat-x; 
	font:"Helvetica Condensed", Tahoma, Arial;
	font-size:9pt;
	color: #FBFBFB;
	}
	
#container {
float: right;
	z-index: 3;
	top: 0px;
	right: 0px;
	width: 000px;
	height: 750px;
	position:relative;
	}

#extraDiv1 {
background: url(images/scottburgess.png) no-repeat bottom left;
z-index: 2;
top: 5%;
left: 3%;
width: 1000px;
height: 1000px;
position:relative;
}



