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

body {
	background-color: black;
	padding:0;
	margin:0;
	overflow: hidden;
	position: static; 
	font-family: Courier;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

a { color: #FFFFFF; text-decoration: none; }
a:hover { text-decoration: none; background-color: red; color: white; }

#hotd_link  { display: block; width: 25px; height: 68px; position: absolute; bottom: 110px; right: 0px; background-image: url('/images/tab_credits.gif'); z-index: 20; }

#promo_block { color:white; position: absolute; height:200px; width: 600px; right: 0; top:300px; background-color: black; padding: 10px; font-size: 14px; font-weight: bold; z-index: 20; }

#left_block { color:white; position: absolute; height:300px; width: 400px; left: 0; top:200px; background-color: black; padding: 10px; font-size: 14px; font-weight: bold; }

#promo_block a:hover { background-color: red; }

.show-70 { -moz-opacity:.70; filter:alpha(opacity=70); opacity:.70; }

#overlay { background-image: url('/images/overlay.png'); background-repeat: no-repeat; background-position: top center; width: 1280px; height: 1024px; position: absolute; top:-90; left:0; z-index: 2; }

#flash_holder { z-index: 1; }

#data p { margin-top: 0; }
