#main {
	width: 800px;
	height: 300px;
	top: 150px;
	position: absolute;
	background-color: #FFFFFF;
}

#container {
	margin: 0 auto;
	width: 800px;
	position: relative;
}

#tabholder { 
	width: 740px;
	height: 30px;
	top: 120px;
	left: 30px;
	position: absolute;
}

#banner {
	width: 368px;
	height: 60px;
	top: 55px;
	left: 407px;
	position: absolute;
}

#logo {
	width: 232px;
	height: 90px;
	top: 20px;
	left: 25px;
	position: absolute;
}

#messagebox {
	width: 650px;
	top: 25px;
	left: 75px;
	height: 100px;
	background: #FFFFFF;
	position: absolute;
} 
	
#privacy {
	width: 650px;
	top: 25px;
	left: 75px;
	height: auto;
	background: #FFFFFF;
	position: relative;
} 
	
#holder {
	width: 800px;
	height: auto;
	top: 120px;
	position: absolute;
	background-color:#FFFFFF;
}

#holderprivacy {
	width: 800px;
	height: auto;
	top: 25px;
	position: absolute;
	background-color:#FFFFFF;
}

#lowerads {
	width: 800px;
	height: 90px;
	bottom: 300px;
}



#disclaimer {
	width: 728px;
	height: 80px;
	bottom: 160px;
	left: 36px;
}



#footer {
	width: 800px;
	height: 30px;
	bottom: 0px;
	background-color: #D5D4D2;
}

