html {
	overflow: none; /* removes vertical scrollbar */
}
body {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #121315 url("images/noise.jpg") 0 0 repeat;
	font-weight: normal;
	color: #48ACDE;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link {
        text-decoration: none;
	color: #fff;
}

a:hover, a:active {
	text-decoration: none;
	color: #48ACDE;
}

a:visited {
	text-decoration: none;
        color: #fff;
}

div#gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url("images/splash.jpg") center center no-repeat;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 100px;
	margin: 150px 0 0 -120px;
	text-align: left;
}

#nav img { border: none; }
#nav li { display: inline; list-style:none; }
#nav li a { float: left; display:block; width: 32px; height: 32px; margin: 5%; }
#nav li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#nav li a:hover { visibility:visible; /* for IE6 */ }
#nav li a:hover img { visibility:visible; /* for IE6 */ }
#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#tr { background:url("images/tr.jpg") no-repeat left bottom; }
#gb { background:url("images/gb.jpg") no-repeat left bottom; }


#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
	color: #999999;
}

#legal a {
}

