body
{
	background: #000 url(../img/background.jpg) no-repeat top center;
	color:#C9C9C9;
	font-family:Lucida Grande,Geneva,Verdana,Arial;
	font-size: 13px;
	margin:0;
}

#container{
	width: 965px;
	height: 1100px;
	margin: auto;
}

#socialContainer {
	background-color:transparent;
	background-image:url(/system/application/views/img/social.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:200px;
	position:fixed;
	top:-5px;
	left:-10px;
	width:200px;
}

#fb {
	float: left;
	height:50px;
	margin-top:80px;
	width:60px;
}

#ms {
	float:left;
	height:50px;
	margin-top:45px;
	width:50px;
}

#tw {
	float:left;
	height:50px;
	margin-left:-15px;
	margin-top:5px;
	width:50px;
}

#topLogo {
	height: 250px;
}

#menuContainer {
	border: none;
	margin-left:-1px;
	height: 135px;
}

#menuContainer img {
	float: left;
	border: none;
}

#main {
	margin: 0 57px;
}

#footerContainer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/system/application/views/img/footer.png) repeat scroll center center;
	float:left;
	height:82px;
	width:100%;
}

#footerLinkContainer {
	height:25px;
	margin:25px auto 0;
	padding:0 300px 0 0;
	width:50px;
}

#theBoss {
	height:25px;
	width:50px;
}



