html { overflow-x:hidden; }

a img { border: none;}
a:link { text-decoration: none; color: #9f0000; }
a:hover {text-decoration: none; color: #9f0000; }
a:visited { text-decoration: none; color: #9f0000; }


body {
	background-color: #000000;
	background-image: url(images/mainbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0;padding:0
}

div#logo {
	width:635px;
	height:181px;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	z-index: 1;
}

div#menubg {
	width:857px;
	height:50px;
	position:fixed;
	background-image: url(images/menubg.png);
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

div#menubar {
	width:1009px;
	height:71px;
	background-image: url(images/menubar.png);
	top:252px;
	position:absolute;
	left:50%;
	margin-left:-504px;
	z-index: -1;
}

div#container {
	height:100%;
	margin:0;
	padding:0;
}

div#youtube {
	width:560px;
	height:340px;
	border: 1px solid #470606;
	position:absolute;
	margin-top:20px;
	margin-left:-280px;
    left:50%;
	z-index: 1;
}

div#bgtube {
	background-image: url(images/bgtube.png);
	width:668px;
	height:440px;
	position:absolute;
	margin-top:-33px;
	margin-left:-334px;
	left:50%;
	z-index: 0;
}

div#entrar {
	background-image: url(images/entrar1.png);
	width:326px;
	height:64px;
	position:absolute;
	margin-top:390px;
	margin-left:-163px;
	left:50%;
	z-index: 0;
}

div#entrar:hover{
    background-image: url(images/entrar.png);
}

div#box {
	width:895px;
	height:100%;
	background-image:url(images/bgbox.jpg);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:bottom;
	border: 1px solid #1f1f1f;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	z-index: 2;
}

div#footer {
    width:100%;
    min-width:835px;
    height:221px;
    background:url(images/footer.jpg) no-repeat 50% 0;
    z-index: 1;
}

div#ender {
	background-image:url(images/end.png);
	height:8px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

div#news {
	height:50px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#cuda {
	height:28px;
	width:79px;
	margin-left:auto;
	margin-right:auto;
	padding-top:165px;
}

div#counter {
	height:28px;
	width:79px;
	margin-left:auto;
	margin-right:auto;
	padding-top:465px;
}

.h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#9f0000;
}

.h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fCC;
}

.h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#fCC;
}

.h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#9F0000;
}

.h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#fCC;
}

.h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#fCC;
}