body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px "Courier New", Courier, mono;
	background: url(../images/bg.jpg) repeat-x;
	color: #fff;	
}
img {
	border: 0;
}
a {
	outline: none;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 1005px;
}
#header {
	position: relative;
}
#header #nav {
	position: absolute;
	top: 0;
	left: 615px;
}
#header ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul#nav li {
	float: left;
}

#content {
	position: relative;
	height: 585px;
}
#indent {
	margin-left: 50px;
}
#video_player {
	float: left;
	width: 580px;
	margin: 10px 0 0 0;
}
#video_player #vp_intro {
	margin: 0 0 1px 0;
}
#rCol {
	position: relative;
	float: right;
	width: 300px;
	margin: 41px 50px 0 0;
}
#vote_btn {
	position: absolute;
	top: 288px;
}
#girls {
	position: relative;
	clear: both;
	background: url(../images/girls_bg.gif) no-repeat;
	width: 978px;
	height: 198px;
	margin: 4px 0 0 0;
}
#girls ul {
	list-style: none;
	margin: 0;
	padding: 22px 0 0 46px;
}
#girls li {
	float: left;
}
#girls li a {
	display: block;
}
#girls #rollover_x {
	display: none;
	position: absolute;
	top: 25px;
	left: -16px;
	cursor: pointer;
}
.clearBoth {
	clear: both;
	font-size: 1px;
	height: 2px;
}

#footer img {
	margin: 10px 0 0 0;
	float: right;
}
