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

body {background:#000;}

#wrapper {width:970px;margin:0 auto;}

#head {width:970px;height:390px;background:#000 url(/images/headbg.jpg) no-repeat;position:relative;}

#logo {
	width:160px;
	height:88px;
	position:absolute;
	left:97px;
	top:232px;
	background:url(/images/logo-160x85.png) no-repeat;
}

#videospace {
	width:290px;
	height:197px;
	position:absolute;
	left:312px;
	top:129px;
	z-index:99;
}

#nav {
	width:178px;
	height:197px;
	position:absolute;
	right:72px;
	top:155px;
}

.home {position:absolute; width:160px; height:115px; z-index:2; left: 16px; top: 0px;}
.team {position:absolute; width:164px; height:82px; z-index:3; left: 21px; top: 63px;}
.portfolio {position:absolute; width:164px; height:65px; z-index:4; left: 25px; top: 132px;}

#contentholder {width:970px;background:#000 url(/images/contentbg.jpg) no-repeat top left;}

#content {width:450px;margin:0 auto;padding-top:25px;padding-right:70px;}

#footer {width:970px;height:100px;background:#000 url(/images/footer.jpg) no-repeat;margin-top:50px;}
#footer p {width:350px;text-align:left;padding-top:50px;color:#fff;margin:0 auto;}
#footer a {color:#fff;padding-left:10px;padding-right:5px;text-decoration:none;}
#footer a:hover {color:#ccc;}



