@charset "UTF-8";
/* CSS Document */

* {
	outline:none;
}
body {
	margin:0;
	padding:59px 0 0 0;
	background-color:#090909;
	font-family:Tahoma, Geneva, Arial, sans-serif;
	font-size:12px;
	color:#fff;
	background: #090909 url(../images/bg.jpg) no-repeat center top;
}
a {
	color:#fff;
	text-decoration:none;
}
a img {
	border:0px solid #000;
}
.hidden {
	display:none;
}
.white {color:#fff;}
#cont {
	width:905px;
	height:810px;
	margin:0 auto;
}
#nav_bar {
	width:907px;
	padding-bottom:38px;
}
#nav_left {
	width:429px;
	height:43px;
	float:left;
	display:inline;
}
#nav {
	width:476px;
	height:43px;
	display:inline;
}
#footer {
	float:right;
	margin-top:6px;
}
