@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height:1.75em;
	color: #B3B3B3;
}

a {
	color:#8191B0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#CC0000;
	text-decoration: none;
	font-weight: bold;
}

	
body {
	background-color: #000000;
	background-image: url(/images/swing_vote_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu {
	position:absolute;
	left:179px;
	top:0px;
	padding-top:20px;
	width:100%;
	height:20px;
	z-index:1;
	background-image: url(/images/star_btn_bg.jpg);
}
#FilmBy {
	position:absolute;
	left:234px;
	top:283px;
	width:128px;
	height:50px;
	z-index:2;
}

#header {
	position:absolute;
	left:476px;
	top:176px;
	width:300px;
	height:15px;
	z-index:3;
}
#body {
	position:absolute;
	left:476px;
	top:195px;
	padding-bottom:20px;
	width:360px;
	z-index:4;
	overflow: visible;
}

#scene {
	position:absolute;
	left:476px;
	top:195px;
	padding-bottom:20px;
	width:450px;
	z-index:4;
	overflow: visible;
}
#photos {
	position:absolute;
	left:859px;
	top:195px;
	width:200px;
	z-index:5;
	overflow: visible;
}
.photobox {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 10px;
}

.scenebox {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 0px 10px 10px 0px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B3B3B3;
	font-weight: bold;
}
