body {
		font-size: 12px;
/*		background: black; */
		text-align: left;
		font-family:arial;
		line-height:18px;
	margin:0; 
	padding: 0;	
	background-color:#DDDDDD;	
}
html, body {
	height: 100%; 
	max-height: 100%;
	overflow: hidden;
}
/** CONTENT **/


#frame_content {
	position: absolute;
	overflow: auto;
	z-index: 3;
	background-color:#DDDDDD;
	top: 0; right: 0; bottom: 30px; left: 0px;
	padding-bottom:30px;
}
/** FOOTER **/

#frame_footer {
	position: absolute;
	overflow: hidden;
	z-index: 5;
	background-color:#DDDDDD; 
	left:0; right:0; bottom:0;
	width: auto;
	height: 30px;
	text-align:center;
}
#footer img {
	margin-top:9px;
}
#bottomlinks {
	position: absolute;
	left: 16px;
	top: 40px;
}