html, body {
	margin:0; padding:0;
	height:100%;
	background-color: #000; background-image: url(#); background-attachment:fixed; background-position:top center; background-repeat:no-repeat;
	text-align: center;
}

#floater {
	position: relative; float:right;
	height:50%;	margin-bottom:-350px;
	width:1px;
}
#centered {
	position: relative;	clear:both;
	width: 1200px; height: 700px; max-width:1200px; min-width:1200px;
	margin:0 auto;
	
	background-image: url(/img/main_bg_HQ.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	/*
	*/
}

#player {
	position: absolute;
	top: 0px; left: 530px;
	width: 470px; height:70px;
	background-image: url(/img/player_bg.png);
}

#nav {
	position: relative;
	top: 120px; left: 530px;
	width: 471px; height:20px;
	padding-left: 10px;
	font-family: verdana;
	font-size: .7em;
	font-weight: bold;
}
#nav ul li { display:inline;}
#nav ul li a { display:block; float:left; margin-right:8px; color:#FFF; text-decoration:none; text-transform:uppercase;}
#nav ul li a:hover { color: #999; background:url(#)}

.header1 {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	}

#content_bg {
	position: relative;
	top: 120px; left: 530px;
	width: 471px; height:408px;
	background-image: url(/img/content_bg.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	/*
	padding-left: 20px;
	padding-bottom: 2px;
	padding: 15 20 5 20;
	width: 431px; height:388px; max-height:398px;
	*/
}
#content {
	height:389px; max-height:389px;
	text-align: justify;
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 20px 5px 20px;
	/*
	width: 431px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	top: 40px; left: 530px;
	*/
}
#content .big {
	font-size: 11px;
}
#content .bigger {
	font-size: 12px;
}
#content .biggest {
	font-size: 13px;
}
#social_networks {
	position: relative;
	top: 125px; left: 530px;
	width: 471px; height:16px;
	text-align: right;
}
#copyright {
	position: relative;
	top: 200px; left: 530px;
	width: 471px; height:52px;
	background-repeat: no-repeat;
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	/*
	padding: 20;
	text-align: left;
	*/
}

.logo_link {
	position: absolute;
	left: 225px;
	top: 70px;
}
.copy_link {
	position: absolute;
	left: 540px;
	top: 655px;
	z-index: 2;
}
.photos img {
	border: 1px solid #dfdfdf;
}

a { text-decoration: none; color: #ffdddd; }
a:hover { text-decoration: underline; color: #ffffff; }

td, table, select,  input, textarea{
	font-family:tahoma;
	font-size:10pt;
	vertical-align:top;
	line-height:11pt;
	color:#FFFFFF;
}

.form4 input{
	width:192px;
	height:17px;
	color: #FFFFFF;
	padding:1px 0 0 5px;
	border:1px #BBB1AA solid ;
	background-color:#767777
}

.form4 textarea {
	width:192px;
	height:100px;
	color: #FFFFFF;
	overflow: auto;
	padding:1px 0 0 5px;
	border:1px #BBB1AA solid;
	background-color:#767777
}
