* {
	margin:0;
	padding:0;
	list-style:none;
}

body 
	{
		font-family:"Myriad Pro", sans-serif;
		width: 16000px;
		overflow: hidden;
		background-color:#FFF;
		color:#333;
	}

a img, img{border:none;}

a{color: white;}
a:hover{color: black;}

.logo
	{
		top: 5px;
		left: 4px;
		position: fixed;
		width: 250px;
		height: 100px;
	}

.container 
	{
		float: left;
		display: block;
		height: 1500px;
		width: 2000px;
		position: relative;
		z-index:0 !important;
	}
	
.main-nav 
	{
		position:fixed;
		width:775px;
		height:116px;
		top:0px;
		left:280px;
		padding:0px;
		margin:0px;
	}
	

.content
	{
		position:absolute;
		width:1000px;
		height:600px;
		top:125px;
		left:27px;
		padding: 20px;
		background-repeat: no-repeat;
		color: #000;
	}
	
	
.contentTwo
	{
		position:absolute;
		width:1000px;
		height:600px;
		top:186px;
		left:300px;
		padding: 20px;
		background-repeat: no-repeat;
		color: #000;
	}
	
.contentThree
	{
		position:absolute;
		width:1000px;
		height:600px;
		top:145px;
		left:500px;
		padding: 20px;
		background-repeat: no-repeat;
		color: #000;
	}
	
.contentFour
	{
		position:absolute;
		width:1000px;
		height:600px;
		top:186px;
		left:550px;
		padding: 20px;
		background-repeat: no-repeat;
		color: #000;
	}

#home  .content
	{
		background-image: url(img/bg/home_bg.png);
	}

#aboutus .content
	{
		background-image: url(img/bg/aboutus_bg.png);
	}

#services .content
	{
		background-image: url(img/bg/services_bg.png);
	}

#portfolio .content
	{
		background-image: url(img/bg/portfolio_bg.png);
	}

#contactus .content
	{
		background-image: url(img/bg/contactus_bg.png);
	}
	
#faq .content
	{
		background-image: url(img/bg/faq_bg.png);
	}

#links .content
	{
		background-image: url(img/bg/links_bg.png);
	}

#extra
	{
		
	}

.back 
	{
		top: 150px;
		left: 0px;
		position:absolute;
	}

.next 
	{
		top: 150px;
		left: 250px;
		position:absolute;
	}
	
#right
	{
		position: absolute;
		right: 100px;
	}
