body {scrollbar-face-color: #C7D417;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF; 
overflow:hidden;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#Content {
	height: 310px;
	width: 458px;
	overflow: auto;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
}
#datacontainer {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
	top: 11px;
	margin-left: 28px;
}

body, html {height: 100%;}
#outer {height: 100%;overflow: visible;	text-align:center;} /* or without overflow */	
#outer[id] {display: table; position: static; width:100%;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static; }

#inner {position: relative; top: -50% ;left:-50%;} /* for explorer only */
#inner[id] {position: static;} 




