* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 62.5%;
	background: #a5f776;
}
a {
	outline: none;
}
#home #header {
	background: url('../_img/messagetodenis_01.jpg') center top;
}
#video #header {
	background: url('../_img/messagetodenis_01.jpg') center top;
}
#upload #header {
	background: url('../_img/messagetodenis_01b.jpg') center top;
}
#header_inner {
	height: 341px;
}
#header h1 {
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 230px;
	height: 230px;
}
#header blockquote {
	display: none;
}
#actions {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 940px;
	height: 130px;
}
#actions a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
}
#action_view, #action_back {
	width: 205px;
	height: 105px;
	left: 30px;
}
#action_upload {
	width: 235px;
	height: 130px;
	right: 0;	
}
#content {
	background: url('../_img/messagetodenis_02.jpg') center top;
}
#content_inner {
	height: 715px;
}
#videos, #page {
	width: 700px;
	height: 695px;
	float: left;
	padding: 20px 0 0 50px;
}
#videos_inner {
	overflow: hidden;
	margin: 15px 0 -10px 0;
}
.video {
	display: block;
	float: left;
	margin-right: 6px;
	width: 166px;
	height: 210px;
}
#video .video {
	width: 425px;
	height: 404px;
}
.video object {
	display: block;
}
.video .vote {
	display: block;
	height: 26px;
	width: 63px;
	text-indent: -9999px;
	background: url(../_img/vote.jpg);
	float: left;
}
.video .loader {
	display: none;
	margin: 5px 0 0 5px;
	float: left;
}
.video .nb_votes {
	display: block;
	float: right;
	line-height: 30px;
	font-weight: bold;
}
.video .nb_votes a {
	text-decoration: none;
	color: #32322f;
}
.video .nb_votes strong {
	color: #5cb540;
	font-size: 1.5em;
}

#sorting {
	position: absolute;
	top: 20px;
	right: 208px;
	height: 19px;
}
#sorting a {
	display: block;
	height: 19px;
	text-indent: -9999px;
	float: left;
	margin-left: 10px;
}
#sorting #view_dates {
	width: 106px;
	background: url(../_img/view_dates.jpg);
}
#sorting #published #view_dates {
	background: url(../_img/view_dates_selected.jpg);
}
#sorting #view_votes {
	width: 107px;
	background: url(../_img/view_votes.jpg);
}
#sorting #popularity #view_votes {
	background: url(../_img/view_votes_selected.jpg);
}

.paging {
	clear: both;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
.paging a {
	color: #32322f;
	text-decoration: none;
	display: inline-block;
}
.paging a:hover {
	color: #5CCC5B;
}
.paging span {
	color: #32322f;
	background: #5CCC5B;
	padding: 0 3px;
}
#ad {
	width: 190px;
	height: 715px;
	float: left;
	position: relative;
}
#ad #here {
	display: block;
	float: right;
	margin-right: 25px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	color: #32322f;
}
#ad #skyscraper {
	width: 160px;
	height: 600px;
	background: #444;
	position: absolute;
	top: 30px;
	left: 19px;
}
#page p {
	line-height: 1.6em;
}
#page p a {
	color: #32322f;
}
#steps {
	width: 700px;
	height: 460px;
	background: url('../_img/steps.jpg');
	list-style: none;
}
#steps li {
	text-indent: -9999px;
}
#go_to_youtube a {
	display: block;
	width: 700px;
	height: 145px;
	background: url('../_img/go_to_youtube.jpg');
	text-indent: -9999px;
}
#note {
	margin: 5px 5px 0 25px;
}
#footer {
	background: url('../_img/messagetodenis_03.jpg') center top;
}
#footer_inner {
	height: 30px;
}
#footer_inner #credits {
	display: block;
	float: right;
	height: 15px;
	line-height: 15px;
	margin-right: 25px;
	font-weight: bold;
}
#footer_inner #credits a {
	text-decoration: none;
	color: #32322f;
}
.inner {
	width: 940px;
	margin: 0 auto;
	position: relative;
}