/* CSS Document */

body, html {
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color:#141311;
}
body,td,th {
	font-family:"Trebuchet MS";
	font-size: 14px;
}
.container {
	width:100%;
	margin:0 auto;
	height:462px;
}
.eye {
	width:495px;
	height:289px;
	margin:0px auto;
}
a {
	font-weight:bold;
	color:#5fa4d7;
	text-decoration:none;
}
a:hover {
	color:#00CC66;
}

.main_background {
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:center center;
}

.topinfo {
	position:absolute;
	margin-top:-60px;
	margin-left:-100px;
	width:700px;
}
.top_contact {
	text-align:center;
}

#ticker {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	color:#CCCCCC;
	background-color:#000000;
}

/* navigation buttons */
#nav {
	margin: 0px auto;
	margin-top:33px;
	width:685px;
}
#int_nav {
	margin-left:310px;
	padding-top:11px;
}
.button {
	float:left;
	padding:0px 19px 0px 19px;
}
.button_empty {
	float:left;
	width:90px;
}
.footer {
	width:700px;
	margin:0px auto;
	text-align:center;
	color:#919191;
	font-size:12px;
}
.spacer {
	clear:both;
}


