@charset "UTF-8";

html { background-color:#000000; }

body { margin:0; padding:0; }

.clear { clear:both; height:1px; line-height:1px; }


#content {
	top:0px; left:0px;
	width:100%;	height:100%;
	position:absolute;
}

#main {	opacity:0; }

#title {
	position:absolute;
	bottom:0px;	left:50px;
	width:132px; height:138px;
	/*background:url("../images/layout/title.png") top left no-repeat;*/
}

#itemContainer {
	width:100%; height:100%;
	left:0;	top:0;
	position:absolute;
}

.item {	color:#fff; }

#header {
	position:absolute;
	width:100%;	height:65px;
	top:0px;
}

#footer {
	position:absolute;
	width:100%;	height:65px;
	bottom:0px;
	font-size:10px; font-family:"Helvetica", "Arial", "sans-serif";
	color:#afafaf;
	background-color:#3a3837;
}

#footer a:link, a:visited {	text-decoration:none; color:#afafaf; }

#footer a:hover, a:active {	text-decoration:none; color:#e93333; }

#footerLeft, #headerLeft {
	width:230px; height:100%;
	position:absolute;
	padding-top:22px; margin-left:25px;
}

.shareItemL {
	float:left;
	margin-left:5px;
	width:60px;	height:100%;
}

.shareItemR {
	float:right;
	margin-left:5px;
	width:45px;	height:100%;
}

#shareFBLike { width:85px; }

#headerRight {
	width:220px; height:100%;
	position:absolute;
	right:0px;	
	padding-top:22px; margin-right:60px;
}

#footerCenter {
	width:950px; height:100%;
	margin:0px auto;
}

#footerLinks {
	text-align:center;
	float:left;
	width:655px; height:100%;
	padding-top:30px;
}

#footerRating {
	float:left;
	width:115px; height:100%;
	margin-right:15px; padding-top:12px;
}

#weinsteinLogo {
	float:left;
	width:105px; height:100%;
	margin-left:15px; padding-top:6px;
}

#audioButton {
	position:fixed;
	right:100px; top:15px;
	cursor:pointer;
	width:102px; height:33px;
}

.audioButton_off {	background:url(../images/misc/audio_off.png); }
.audioButton_on { background:url(../images/misc/audio_on.png); }

#tester {
	position:fixed; color:#fff; font-size:20px; width:1000px; height:20px; top:0px; left:0px; font-family:Arial, sans-serif;
}
