body {
width:985px;
background:#000000 url(bg.jpg) repeat;
margin:0 auto;
	font-family: Verdana,Tahoma, Arial, Serif;
	line-height: 1.5em;
	font-size: 11px; /* IE5 Win */
	color: #FFFFFF;
}


A:link {
color: #FFFFFF;
text-decoration: none;
}

A:hover {
color: #b9b9b9;
text-decoration: none;
}

A:visited {
color: #FFFFFF;
text-decoration: none;
}

.samu tr:hover td { background-color: black; }
.samusel { background-color: black; }


#header {
width:985px;
height:126px;
background: url(header.jpg) no-repeat;
text-align:center;
}
h1 {

	font-size:118.5%;  
}

h2 {
color: #f25c00;
	font-size:118.5%; 
}

/* ----- MAIN CONTENT ----- */



#content {
width:985px;
background: url(content.jpg) no-repeat;
min-height:479px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:479px; /* for IE5.x and IE6 */
}

#subcontent
{
position: absolute;
width:805px;
margin-top: 32px;
margin-left: 86px;
min-height:420px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:420px; /* for IE5.x and IE6 */
}



/* ----- FOOTER ----- */



#footer {
text-align:center;
background: url(footer.jpg) no-repeat;
width:985px;
height:129px;
margin-top:0px;
}



