﻿body {
	background:url('/images/v.3.1/bg-html.png') repeat-x top #0084bd;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

a:hover {
	text-decoration:none;
}

img {
	border:none 0;
}

#header {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.t {
	position:relative;
}
#header1 {
	width:1000px;
	margin:0 auto;
	position:relative;
}

#header1 td p {
	position:absolute;
	text-align:center;
	font-size:14px;
	color:#fefefe;
	text-align:center;
	z-index:1000;
	top:0;
	left:0;
	text-shadow:1px 1px 1px black;
	margin:0;
	line-height:125%;
	
}

#header1 p span {
	color:#faff68;
}

#header1 td h1 {
	position:absolute;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	color:#fefefe;
	z-index:1000;
	top:0;
	left:0;
	text-shadow:1px 1px 1px black;
	margin:0 5px; 
	width:100%;
}



.page {
	position:relative;
}

.htext {
	position:relative;
}
.htext p {
	font-size:11px;
	color:#0084bd;
	text-align:center;
	width:220px;
	font-family:KittyKatt, Georgia;
	position:absolute;
	z-index:100;
	left:12px;
	top:30px;
}

/* players */

#videos {
	width:1000px;
	margin:0 auto;
	border-collapse:collapse;
	
	border:none 0;
}

.players {
	margin:0 auto;
}

.players .inner {
	width:800px;
	margin:0 auto;
}

.player {
	height:326px;
	width:338px;
	position:relative;
	display:block;
	cursor:pointer;
	float:left;
	margin: 7px 30px;
	-margin: 7px 20px;
}

.player span {
	display:block;
	z-index:1000;
	position:absolute;
	width:77px;
	height:78px;
	top:100px;
	left:130px;
}

.player img {
	position:absolute;
	z-index:500;
	top:9px;
	left:9px;
}

.bear {
	position:absolute;
	right:25px;
	bottom:-25px;
	height:108px;
	width:91px;
	z-index:1000;
	-display:none;
}

.star1 {
	position:absolute;
	left:100px;
	bottom:-17px;
	height:40px;
	width:40px;
	z-index:1000;
	-display:none;
}

.star2 {
	position:absolute;
	right:200px;
	bottom:-10px;
	height:40px;
	width:40px;
	z-index:1000;
	-display:none;
}

.infooter {
}

.clear {
	clear:left;
}

.buttons {
	background:#2a2a2a;
}

.buttons .inner {
	width:1000px;
	height:100px;
	margin:0 auto;
	position:relative;
}

.enter {
	position:absolute;
	top:20px;
	left:0;
	height:74px;
	width:315px;
	display:block;
	text-decoration:none;
}

.join {
	position:absolute;
	top:20px;
	right:0;
	height:74px;
	width:243px;
	display:block;
	text-decoration:none;
}

.offer {
	position:absolute;
	top:10px;
	left:318px;
	height:96px;
	width:440px;
	display:block;
	text-decoration:none;
}

.footer {
	padding:15px 0;
	font-size:14px;
	color:#777777;
	text-align:center;
}

.footer a {
	color:#e1a513;
}

