/* CSS Document */

body,td,th {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #000000;
	background-image: url(images/grad_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.infobg {
	background-image: url(images/info_bg.jpg);
	background-position:top center; 
	background-repeat:no-repeat;
}

.homebg {
	background-image: url(images/home_bg.jpg);
	background-position:top center; 
	background-repeat:no-repeat;
}

.rapturebg {
	background-image: url(images/rapture_bg.jpg);
	background-position:top center; 
	background-repeat:no-repeat;
}

.screenbg {
	background-image: url(images/screen_bg.jpg);
	background-position:top center; 
	background-repeat:no-repeat;
}

.downloadbg {
	background-image: url(images/download_bg.jpg);
	background-position:top center; 
	background-repeat:no-repeat;
}

.plasmidbg {
	background-image: url(images/plasmid_bg.jpg);
	background-position:top center; 
	background-repeat:no-repeat;
}

.weaponsbg {
	background-image: url(images/weapons_bg.jpg);
	background-position:top center; 
	background-repeat:no-repeat;
}

.secondarybg {
	background-image: url(images/secondary_bg.jpg);
	background-position:top center; 
	background-repeat:no-repeat;
}

.dlhead {
	font-size: 16px;
	font-weight: bold;
	color: #cc6600;
	padding: 10px;
}

.dlbox{
	background-image: url(images/dl_image_bg.gif);
}

.dlboxtext{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 6px;
}

.dllink{
	font-size: 9px;
	padding: 6px;
}

a {
	font-size: 9px;
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}




