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

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
}
#container {
	background: url("images/bg.png");
	width: 800px; 
	text-align: left; 
}
#top {
 	width: 800px;
 	height: 613px;
 	margin-left: 5px;
 	background: url("images/anna_bg.png") no-repeat;
}
#top_vids {
	position: relative;
	left: 185px;
	top: 37px;	
}
#center {
	width: 729px;
}
#button {
	width: 729px;
}
#bottom {
	width: 800px;
 	height: 633px;
 	background: url("images/charlize_bg.png") no-repeat;
}
#bottom_vids {
	position: relative;
	right: 190px;
	top: 47px;	
}
.video {
	width: 306px;
	border: 2px solid white;
	margin-top: 5px;
}
.play {
	width: 321px;
	margin-top: 5px;
}
#image_area {
 	padding-left: 40px;
	width:800px;
}
.img {
	border: 2px solid white;
	margin: 10px 10px;
}
