* {
	padding: 0;
	margin: 0;
	font-family: Helvetica;
}

body {
	background-color: #000000; 
}

a {
	outline-style: none;
	outline-width: 0;
}

#preload {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000;
}


#backgroundImageContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
}

#backgroundImageContainer img {
	width: 100%;
	height: 100%;
}

#menu  {
	position: relative;
	width: 850px;
	top: -280px;
	left: -425px;
	font-size: 16px;
	text-align: right;
	word-spacing: 10px;
}

#menu a {
	text-decoration: none;
	color: #F90;
}

#container {
	position: absolute;
	top: 25%;
	left: 20%;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
	display: inline;
		
}

#center {
	position: absolute;
	left: -425px;
	top: -225px;
	width: 850px;
	height: 510px;
	z-index: 2;
	overflow: hidden;
}

#logo {
	position: absolute; 
	top: 45px;
	left: 100px; 
	/*width: 474px; 
	height: 65px;*/
	border: 0px;
}

.infoTextContainer {
	/*border: 2px dotted #fff;*/
	height: 510px;
	margin-bottom: 30px;
}

.infoHeader {
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 18px;
	font-size: 16px;
	color: #F90;
	margin-bottom: 10px;
	text-align: left;
	background-color: #000;
}

.infoContent {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #000;
	color: #999;
	font-size: 12px;
	height: 450px;
}

.infoContentB {
	float: center;
}

.infoContent a{
	text-decoration: none;
	color: #999;
}
	

.equipmentCell {
	width: 400px;
	float: left;
}

.customersCell {
	width: 265px;
	float: left;
}

#contactInfoContainer {
    float: left;
    height: 600px;
    width: 200px;
}

.personInfo {
	margin-top: 30px;
	float: left;
	height: 180px;
	width: 200px;
	text-align: center;
}

.personInfo a {
 color: #FF9900;
}

.personInfo img {
	width: 80px;
	border: 0px;
	margin-bottom: 20px;
}

#sound {
	margin-bottom: 10px;
}

#film {
	margin-bottom: 10px;
}

