@charset "utf-8";
/* CSS Document */



body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif; color:#FFFFFF;
  background-color:#181818;
 

}

a {	
		color:#fba000;
	}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#main {
	position: relative;
	top:10px;
	width: 960px;
	height: 930px;
	margin-left:auto;
	margin-right: auto;
	
	
}


#header {
	position: absolute;
	top:2px;
	left:10px;
	width: 33%;
	height:8%;
	
}

#toptext {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:small;
	position: absolute;
	top:55px;
	left:10px;
	width: 55%;
	height:100px;
	
}

#homepagetext {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: smaller;
	position: relative;
	top:55px;
	
	width: 90%;
	height:32%;
	margin-left:auto;
	margin-right: auto;
	overflow-y:auto;
	overflow-x:hidden;
	z-index:5;
	
	
}

#homepageviewer {
    
	position: absolute;
	bottom:70px;
	width: 100%;
	left:0px;
	height:46%;
	z-index:1;	
}

#navbar {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#660066;
	position: absolute;
	top: 2px;
	width: 400px;
	height:101px;
	right:10px;
	z-index:6;
	
	
	
}



#viewer {
    
	position: absolute;
	top: 66px;
	width: 100%;
	left:0px;
	height:83%;	
}


#autoviewer {
    
	position: absolute;
	top: 90px;
	width: 100%;
	left:0px;
	height:75%;	
}


#viewcart {
   
	position: absolute;
	bottom:20px;
	width: 100px;
	height:25px;
	right:20px;
	
	
}

#smallad {
   
	position: absolute;
	bottom:0px;
	width: 133px;
	height:60px;
	right:0px;
	
	
}



#footer {
   
	position: absolute;
	bottom:20px;
	width: 98%;
	height:25px;
	margin-left:auto;
	margin-right: auto;
	
	
}


