body {
background-color: #fff;
}


#topframe{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 20%; 
overflow: hidden; 
background-color: #fff;
color: white;
}

#maincontent{
position: fixed; 
top: 20%; 
left: 0;
right: 0;
bottom: 30%;
overflow: hidden; 
background: #000000;
}

#mainframe{
position: fixed; 
top: 20%; 
left: 0;
right: 0;
bottom: 20%;
overflow: hidden; 
color: white;
}

#imageframe{
position: fixed; 
top: 20%; 
left: 0;
right: 0;
bottom: 20%;
overflow: hidden; 
color: white;
}

#mainbottomcontent{
position: fixed; 
top: 50%; 
left: 0;
right: 0;
bottom: 20%;
overflow: hidden; 
background: #282828;
}

#bottomframe{
position: fixed; 
top: 80%; 
left: 0;
right: 0;
bottom: 0;
overflow: hidden; 
background: #282828;
color: 	#A0A0A0;
font-size: small;
}

.innertube{
height: 80%;
background: #fff;
}

* html body{
padding: 120px 700px 0 0; 
}

* html #maincontent{ 
height: 100%; 
width: 100%; 
}

a:link{
color: #A0A0A0;
text-decoration: none;
}

a:hover{
color:white;
}



