html, body {
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
    }	

a {
	color: #0080e2;
	text-decoration: underlene;
	}
	
a:link {
	color: #0080e2;
	text-decoration: underlene;
	}
	
a:hover {
	color: #ff0000;
	text-decoration: underlene;
	}

a#mainlogo {
	background: url(../i/main_logo.gif) no-repeat scroll 0 0;
	display: block;
	height: 88px;
	left: -80px;
	position: relative;
	margin-top: 200px;
	width: 594px;
	}
	
a#mainlogo:hover {
	height: 88px;
	position: relative;
	margin-top: 200px;
	width: 594px;
	}	
	
#logo {
	background: url(../i/mini_logo.gif) no-repeat scroll 0 0;
	display: block;
	height: 24px;
	left: 11px;
	position: absolute;
	top: 15px;
	width: 112px;
	z-index: 3;	
	}

.menu {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	position: absolute;
	letter-spacing: 0.1em;
	left: 7px;
	top: 30%;
	z-index: 7;	
	}

#links a {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;	
	padding-left: 10px;
	text-decoration: none;
	}

#links a:hover {
	color: #990000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;	
	text-decoration: none;
	}
	
#links span {
	color: #990000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;	
	padding-left: 10px;
	text-decoration: none;
	}

#contact {
	border-left: #333 1px solid;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding: 1em;
	position: absolute;
	letter-spacing: 0.1em;
	line-height: 1.2em;	
	top: 28%;
	left: 290px;
	word-spacing: 10px;
	}

#contact  a{
	color: #fff;
	text-decoration: none;
	}
	
#contact  a:hover{
	color: #990000;
	text-decoration: none;
	}