@charset "utf-8";
body {
	background-color: #000000;
}
a {
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	color: #00FFFF;
}

/* CSS Document */

#container {
	background: #000000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content {
	width: 100%;
}
#footer {
	height: 150px;
	width: 100%;
	text-align: center;
	position: relative;
}
#header {
	height: 150px;
	width: 100%;
	background: url(images/header.gif) no-repeat;
}
#navbar {
	height: 15px;
	width: 400px;
	position: absolute;
	top: 130px;
	left: 50px;
}
.blueTextNormal {
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	color: #bac1f7;
}
#webbrowser {
	font: 8px Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	width: 200px;
	position: absolute;
	left: 350px;
	bottom: 10px;
}
#webbrowser a:link, #webbrowser a:visited {
	color: #333333;
	text-decoration: none;
}
#webbrowser a:hover, #webbrowser a:active {
	color: #666666;
	text-decoration: none;
}
