/* @override http://goride.tv/css/styles.css */

body {
	background: #000 url(../img/content-back.png) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

#content {
	width: 900px;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
}

#left {
	width: 100px;
	height: 100px;
	margin-top: 10px;
	float: left;

}

#right {
	width: 780px;
/*	height: 303px;*/
	float: right;
}

#right h1 {
	font-size: 3em;
	color: #fff;
	text-align: right;
}

#right h1 em {
	color: silver;
}

#player {
	width: 760px;
	height: 355px;
/*	padding: 5px;*/
	margin-top: 25px;
	background-color: #71dbfe;
	padding: 20px 0 0 20px;
}

#tease {
	width: 780px;
	margin-left: 0px;
}

#tease h1 {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #fff;
}

#tease li {
	width: 760px;
	font-size: 1.3em;
	height: 20px;
	background-image: url(../img/tease-li-back.png);
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
}

#tease li a {
	text-decoration: none;
	color: #fff;
	width: 380px;
}

#tease li a:hover {
	color: #000;
	background-color: #fff;
	padding: 2px;
}

#footer {
	width: 100%;
	height: 250px;
	background-image: url(../img/footer-back.png);
	margin-top: -140px;
}


#footercontent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footercontent p {
	text-align: right;
	padding-top: 180px;
	height: 36px;
}

#footercontent a {
	text-decoration: none;
	color: #6acced;
	border-bottom: 1px dotted #88C9E9;
	padding: 2px 5px;
}

#footercontent a:hover {
	color: #000;
	background-color: #88C9E9;
}

#footercontent img {
	vertical-align: -12px;
}

