@charset "utf-8";
.bar {
	background-image: url(images/top_bar_blue.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bolder;
	vertical-align:middle;
	padding-left:5px;
	padding-top:5px;
	text-decoration:none;
}

body {
	background-color: #000;
	background-image: url(images/grey_back2.jpg);
	background-attachment:fixed
}

body,td,th {
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

a:link {
	text-decoration: none;
		color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#game_image {
	position:absolute;
	width:5px;
	height:5px;
	z-index:1;
	visibility: hidden;
}
