* {
	padding: 0 auto;
	margin:0 auto;
	font-size: 12px;
}

a img {
	border: 0 none; /* Get rid of all linked image borders */
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url("images/bg.png");
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#video_area {
	background: #686868;
	width: 800px;
	background: url("images/bg.png");
}
#sasha {
	position: relative;
	top: 25px;
	left: 30px;
}
 #girls {
	position: relative;
	top: 25px;
	left: 40px;
}
.video_box {
 	margin: 15px auto;
	width: 730px;
	min-height: 666px;
	background: url("images/box_bg.png") no-repeat;
}
.video {
	width: 306px;
	border: 2px solid white;
	float: right;
	margin-top: 50px;
}
.play_box {
	width: 310px;
	float: right;
	margin-right: 37px;
}
.button {
	width: 724px;
	margin: 30px auto;
}
#bottom_div {
 	margin-top: 60px;
 	background: url("images/bottom.png") no-repeat;
 	height: 120px;
}
img#unlimited {
	margin-top: -45px;
}
#image_area {
	width: 729px;
	background: url("images/imagearea.png") no-repeat;
	text-align: center;
	clear: both;
	height: 122px
}
.image {
	border: 2px solid white;
	width: 156px;
	float: left;
	margin-top: 10px;
	margin-left: 18px;
	height: 76px;
}
br {
	clear: both;
}

