<STYLE type="text/css" media="screen">

a {
	text-decoration:none;color:white;
} 

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:none;color:#ffcc33;
}

<!--Force IE6 into quirks mode with this comment tag-->

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 

	font-family : 	verdana,arial,helvetica;
	font-size:	14px;
	font-weight:	normal;
	color: 		#000000;
	background-color: #FFFFFF;
}

#framecontent{
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 50px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

	font-family : 	verdana,arial,helvetica;
	font-size:	14px;
	font-weight:	normal;
	color: 		#000000;
	background-color: #FFFFFF;
}

#maincontent{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px; /*Set bottom value to HeightOfFrameDiv*/
	overflow: auto; 

	font-family : 	verdana,arial,helvetica;
	font-size:	14px;
	font-weight:	normal;
	color: 		#000000;
	background-color: #FFFFFF;

	scrollbar-face-color: 		#E06000;
	scrollbar-shadow-color: 	#000000;
	scrollbar-highlight-color: 	#666699;
	scrollbar-3dlight-color: 	red;
	scrollbar-darkshadow-color: 	red;
	scrollbar-track-color: 		#FFAA00;
	scrollbar-arrow-color: 		#000000;
}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
	padding: 0 0 50px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

</STYLE>
