body{
	height: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0;
//	background-color: #000;
	background-image:url('images/main_background.gif');
} 

html{ 
	height: 100%; 
	border: 0; 
	padding: 0; 
	margin: 0; 
} 


a.homelink_sm:link , a.homelink_sm:visited , a.homelink_sm:active {
	color : #ffffff;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size : 9px ;
	font-weight: bold;
	text-decoration: none;
}
a.homelink_sm:hover {
	color : #ffffff;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size : 9px ;
	font-weight: bold;
	text-decoration: none;
}

img {display:block;}