<style type="text/css">

body {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
}



#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 100%; /*Width of frame div*/
height: 100%;
overflow: auto;
}

#wrapper  {

	background: #000 url(images/bg_final_fixed.png) no-repeat scroll;	

}

#headspace{
	height: 390px;
}

.menuitem1{
	margin-left: 160px;
	padding-top: 68px;
}
.menuitem2{
	margin-left: 160px;
}

#footlocker{
	height: 100px;
	
}

.image {
	padding-bottom: 60px;
}

.contentwrapper{
	margin-left: 284px;
}

#description {
	padding-bottom: 60px;
}

#description img{
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

</style>
