@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
	background-image: url(images/splash_page_bg.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Tahoma;
	color: #C93;
	font-size:14px;
	text-align: left;
}
.h6 {
	font-family: Tahoma;
	color: #C93;
	font-weight:normal;
	font-size: 10px;
	text-align: center;
}
a:link {
	color: #C93;
	text-decoration:underline;
}
a:visited {
	color: #C93;
}
a:hover {
	color:#600;
	text-decoration:none;
}
.h1 {
	font-family: Tahoma;
	color: #C93;
	font-size: 16px;
}
#menu {
	position: absolute;
	top: 503px;
	z-index: 100;
	width:1050px;
	visibility: visible;
	overflow: visible;
}
