body {	
	color: #ffffff;	
	font-family: "Arial", Arial, sans-serif;	
	font-size: 12px;
	background: #000;
	overflow:hidden;
	
}
	
html, body {
	height:100%; 
	width:100%; 
	margin:0; 
	padding:0;
	
}

#bg {
	position:fixed; 
	top:0; 
	left:-5%; 
	width:105%; 
	height:100%;
	z-index:-1;
	background:transparent;
	
}
	
#filter {
	position:absolute;
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	z-index:-1; 
	background: url(../images/filter.png) repeat left top transparent
	
}
	
a {
	text-decoration: none;
	color: #ffffff;
	
}

a:focus {
	outline:0;
	
}

a :hover {
	text-decoration: none;
}

#container {	
	position: relative;		
	width:900px;
	left:50%;
	margin-left:-450px;	
	top:120px;
	z-index:1;
	
}

#white_line {
	height:1px;
	width:100%;
	background: #fff;
	left:0;
	top:97px;
	position:absolute;
	z-index:98;
	
}

#menu {
	margin-left:50px;
	top:-500px;
	width:300px;
	background: url(../images/menu2.png) no-repeat 0px top;
	overflow:visible;
	position:relative;
	z-index:99;
}

#menu span {
	width:300px;
	height:50px;
	display:block;
	margin-top:-90px;
	cursor: pointer;
	
}

#menu ul {
	list-style: none;
	display: block;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-size:22px;
	width:auto;
	height:auto;
	
}

#menu ul li {
	margin-left:-200px;
	background: url(../images/li.png) repeat 150px top;
	width:140px;
	padding-left:10px;
	
}

#menu ul li a {
	color: #000;
	font-size:22px;
	font-style:medium;
	
}

#content {
	width:100%;
	position:fixed;
	top:70%;
	height:30%;
	background: url(../images/transparentbg.png) repeat 150px top;
	
}

#content p {
	padding:30px;
	
}

#box{
	margin-left:360px;
	margin-top:100px;
	background: url(../images/boxtrans.png) no-repeat 0px top;
	width:100%;
	overflow:visible;
	position:relative;
	z-index:99;
	
}

#box1 {
	margin-left:360px;
	margin-top:100px;
	background: url(../images/box1.png) no-repeat 0px top;
	width:100%;
	overflow:visible;
	position:relative;
	z-index:99;
}

#box2{
	margin-left:360px;
	margin-top:100px;
	background: url(../images/box2.png) no-repeat 0px top;
	width:100%;
	overflow:visible;
	position:relative;
	z-index:99;
	
}

#box3 {
	margin-left:360px;
	margin-top:100px;
	background: url(../images/box3.png) no-repeat 0px top;
	width:100%;
	overflow:visible;
	position:relative;
	z-index:99;
	
}

#box4 {
	margin-left:360px;
	margin-top:100px;
	background: url(../images/box4.png) no-repeat 0px top;
	width:100%;
	overflow:visible;
	position:relative;
	z-index:99;
	
}

#video {
	margin-left:360px;
	margin-top:100px;
	width:100%;
	overflow:visible;
	position:relative;
	z-index:99;

}

#contact {
	margin-left:360px;
	margin-top:100px;
	width:500px;
	overflow:visible;
	position:relative;
	z-index:99;
	font-size: 16px;
	font-weight: bold;
	color: #FFEC64;
	font-family: Arial, Helvetica, sans-serif;
}
#contact form p {
	font-size: 20px;
	font-weight: bold;
	color: #FFCC33;
}
