@CHARSET "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover, .active{
	color: #999999;
}
#top, #home {
	position:relative;
	height: 850px;
	width: 741px;
  overflow:hidden;
}		
#home {
  background: url(images/ajax-loader.gif) center 250px no-repeat;	
/*	background-position: center top;*/
/*	border: 1px solid black;*/
}
#top {
  background: url(images/bg.jpg) top center no-repeat;	
/*	background-position: center top;*/
/*	border: 1px solid black;*/
}
.billboard {
  position:absolute;
  top:25px;
  left:33px;
}
#main_body {
/*	top:-20px;*/
	width: 741px;
	padding: 0px;
	margin: auto;
	position:relative;
}
.nav_txt, #bottom {
	text-transform: uppercase;
	text-align:center;
	margin:auto;
}
.nav_txt {
	font-size: 0.9em;
/*	letter-spacing: 0.4em;*/
	letter-spacing: 0.1em;
  top: 525px; 
/*	top: 610px; // original 
/*	top:5px; */
	position: absolute;
	margin-left:15px;

/*	width: 700px;  // original
	padding-left: 130px; */
	width: 670px;
	padding-left: 100px;
}
#bottom {
	padding-left:30px;
	position: static;
	width: 741px;
	font-size: 0.6em;
	color: #CCCCCC;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom a {
	color: #666666;
}	
.red {
		background-color:red;
}	
.yellow {
		background-color:#EEE703;
}
.white {
	background-color:white;
}
.left {
  float:left;
/*  border: 1px solid red;*/
}
.clear {
  clear:both;
}
