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

body {
	background: url(images/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrappertop {
	background: url(images/topbg.png) repeat-x top;
	min-width: 960px;
	clear: both;
	overflow: hidden;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	clear: both;
	overflow: hidden;
	margin-top: 15px;
}

#top {}

#center {
	background: url(images/big-time-videobg.jpg) no-repeat;
	height: 397px;
	width: 960px;
	padding: 5px 0 0 0;
	text-align: center;
}

#audioSampler {
	color:#FFFFFF;
	width:265px;
	height:96px;
	background: url(images/big-time-box-bg.jpg) repeat;
	background-color:#3a3635;
	margin-bottom:7px;
}

#SocialMedia {
	/* float:right; 
	margin-left:160px;
	width:640px;
	background-color:#000000;
	padding-bottom:10px;*/
	text-align:center;
	width:265px;
	height:125px;
	background: url(images/big-time-box-bg.jpg) repeat;
	background-color:#3a3635;
	padding:0px;
}

#poster {
	margin-top:7px;
	width:265px;
	height:125px;
	background: url(images/big-time-box-bg.jpg) repeat;
	background-color:#3a3635;
}

#sampler {
	width:357px;
	height:81px;
	text-align:center;
	color:#FFFFFF;
	background: url(images/big-time-audio.jpg) repeat left top;
}

#bottom {
	clear: both;
	overflow: hidden;
}

#bottom .left {
	float: left;
	width: 603px;
}

#bottom .right {
	float: right;
	width: 357px;
}

#wrapperfoot {
	background: url(images/bottombg.jpg) repeat-x;
	min-width: 960px;
	height: 46px;
}

#footer {
	width: 960px;
	padding: 20px 0 0 0;
	text-align: center;
	margin: 0 auto;
	color: #38322C;
	font-size: 12px;
}

#footer a {
	color: #38322C;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}