	body {
		background-image: url("images/main_background.jpg");
		background-repeat: no-repeat;
		background-color: white;
		margin-left: 0px;
		margin-top: 0px;	
	}

	A {
		text-decoration: none; 
		letter-spacing: .25px;
		font-family: verdana, sans-serif;
		font-size:12px;
		color:black;
		text-align:left;
		line-height: .8;
		font-weight: bold;
	}
	
	A: link {
		text-decoration: none; 
		letter-spacing: .25px;
		font-family: verdana, sans-serif;
		font-size:12px;
		color:black;
		text-align:left;
		line-height: .8;
		font-weight: bold;
	}
	
	A:visited {
		text-decoration: none; 
		letter-spacing: .25px;
		font-family: verdana, sans-serif;
		font-size:12px;
		color:black;
		text-align:left;
		line-height: .8;
		font-weight: bold;
	}
		
	A:active {
	text-decoration: none; 
		letter-spacing: .25px;
		font-family: verdana, sans-serif;
		font-size:12px;
		color:black;
		text-align:left;
		line-height: .8;
		font-weight: bold;
	}
		
	A:hover {
		text-decoration: none; 
		color: red;
		letter-spacing: 2px;
		font-size:12px;
		line-height: .8;
	}

	h1 {
		font-family: verdana, sans-serif;
		font-size:12px;
		color:#464646;
		text-align:left;
	}
	
	h2 {
		font-family: verdana, sans-serif;
		font-size:12px;
		color:black;
		text-align:left;
	}

	
	input {
 		background-color: #e5e2e4;
 		border: 1px solid #666666; 
 		width: 80px; 
	}
	
	div#input {
		position:absolute;
		top:215px;
		left:33px;
		width:70px;
		height:150px;
		line-height:13px;
	}
	
	div#mainimage {
		background-color:white;
		position:absolute;
		top:110px;
		left:205px;
		width:660px;
		height:370px;
		cursor: pointer;
	}

	div#movieplayer {
		background-color:white;
		position:absolute;
		top:106px;
		left:208px;
		width:660px;
		height:377px;
		cursor: pointer;
	}
	
	div#mainimage_title {
		position:absolute;
		top:80px;
		left:207px;
		
	}
	
	div#link {
		height:25px;
		position: absolute;
		left: 200px;
		bottom: 50px;

	}
	
	div#link_work {
		position: absolute;
		left: 0px;
		top: 15px;
		width: 150px;
		height: 25px;
		display: inline;
		background-color:blue;
		opacity:0; 	
		filter:alpha(opacity=0)
	}
	
	div#link_people {
		position: absolute;
		left: 180px;
		top: 15px;
		width: 150px;
		height: 25px;
		display: inline;
		background-color:blue;
		opacity:0; 	
		filter:alpha(opacity=0)
	}
	
	div#link_about {
		position: absolute;
		left: 350px;
		top: 15px;
		width: 150px;
		height: 25px;
		display: inline;
		background-color:blue;
		opacity:0; 	
		filter:alpha(opacity=0)
	}
	
	div#link_contact {
		position: absolute;
		left: 525px;
		top: 15px;
		width: 150px;
		height: 25px;
		display: inline;
		background-color:blue;
		opacity:0; 	
		filter:alpha(opacity=0)
	}
	
	div#link_main {
		position: absolute;
		top:100px;
		left: 30px;
		width:150px;
		height:100px;
		display: inline;
		background-color:blue;
		opacity:0; 	
		filter:alpha(opacity=0)
		}
		
	div#staff {
		position:absolute;
		left: 250px;
		top: 100px;
		width: 150px;
	}
	
	
	div#about {
		position:absolute;
		left: 250px;
		top: 95px;
		width: 500px;
		height: 150px;
		display: inline;
	}
	
	iframe#sol_spots {
		position:absolute;
		background-color:#c9c9c9;
		left: 200px;
		top: 95px;
		width: 900px;
		height: 450px;
		display: inline;
		border:0px;
		overflow-x:hidden;
		overflow-y:scroll;
		-ms-overflow-x:hidden;

	}		
	

	div#sol_spot_navigation {
		position:absolute;
		left: 10px;
		top: 250px;
		width: 150px;
		height: 150px;
		display: inline;
		font-family: verdana, sans-serif;
		font-size:25px;
		line-height:25px;
		color:black;
		text-align:right;
		z-index:100;
	}

	#sol_spot_navigation A {
		text-decoration: none; 
		font-family: arial, sans-serif;
		font-size:20px;
		color:black;
		text-align:right;
		line-height: 25px;
		font-weight: bold;
		display:block;
	}
	
	#sol_spot_navigation A: link {
		text-decoration: none; 
		font-family: arial, sans-serif;
		font-size:20px;
		color:black;
		text-align:right;
		line-height: 25px;
		font-weight: bold;
		display:block;
	}
	
	#sol_spot_navigation A:visited {
		text-decoration: none; 
		font-family: arial, sans-serif;
		font-size:20px;
		color:black;
		text-align:right;
		line-height: 25px;
		font-weight: bold;
		display:block;
	}
		
	#sol_spot_navigation A:active {
		text-decoration: none
	}
		
	#sol_spot_navigation A:hover {
		text-decoration: none; 
		color: red;
		letter-spacing: 2px;
		font-size:20px;
		line-height: 25px;
	}
