html, body {
height: 100%;
}
html{
	min-width:770px;
}

body{
	font:75%/150% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#666;
/* align ie5 center screen */
	text-align:center;
/* Using the !important method over all else becuase although there _is_ JavaScript to force IE to support PNG transparency
it causes the links 'above' the background image to become unusable */
	background:#083019;
	margin: 20px 140px  20px 140px;
text-align: center;
}

 
#container {  
min-height: 100%;
}

#container {
height: 100%;
}


#content {
width: 100%;
padding: 0px;
text-align: left; 
overflow: auto;
}

.content{display:block;
	width:770px; 
	top:250px;
	}

 
 a.fivek:link { text-decoration: none; color: #F3F5F9; font-weight: bold; }

a.fivek:visited { text-decoration: none; color: #666; font-weight: bold; }

a.fivek:hover, a:active { color: #990000; border-bottom: 1px solid #990000; }


 