#wrapper {
		width:715px;
		margin:0px auto;
		color: black;
		font-family: Courier New;
		
	}

#copy {	
	height: 492px;
    background-image: url('background.png');
	background-repeat:no-repeat;
	padding-top:60px;
	padding-left:30px;
	padding-right: 30px;
	font-family: Courier New;
	font-size: 15px;
	
	}
#aboutcopy {	
	height: 452px;
    background-image: url('background.png');
	background-repeat:no-repeat;
	padding-top:100px;
	padding-left:30px;
	padding-right: 30px;
	font-family: Courier New;
	font-size: 15px;
	}
#viewer {
	padding-top: 40px;
	height: 512px;
	background-image: url('background.png');
	background-repeat:no-repeat;
	background-color: white;
	
	}
.movie{
	padding-top: 10px;
	
	text-align: center;
	
	}
.flashcontent {
	margin-top: 5px;
	padding-top: 0px;
	text-align: center;	
	}

#lbbig {
	text-align: right;
	margin-top: -80px;
	background-color: white;
	background-repeat:no-repeat;
	width:505px;
	height:400px;
	margin-left: 150px;
}
#contact {
	text-align:center;
	height: 352px;
    background-image: url('background.png');
	background-repeat:no-repeat;
	padding-top:200px;
	padding-left:30px;
	padding-right: 30px;
	font-family: Courier New;
	font-size:15px;
}
#nav {
	width:608px;
	padding-left: 54px;
	padding-top: 20px;
}
.abouttext {
	font-size: 15px;
	padding-left:100px;
	padding-top:50px;
	text-align:left;
}
.left-element {
   
   
   /*margin-top: 20px;
   padding-left: 54px;*/
   float: left;
    
   }

.center-element {
   float: left;
   padding-left: 5%;
   width: 60px;
   /*margin-top: 20px;
   padding-left: 10%;   */
   }

.right-element {
   
   float: left;
   padding-left: 5%;
   /*padding-right: 54px;
   margin-top: 20px;*/
   
   
   }
   
a:link { 
	color: #333333;
	text-decoration:none;
	}
a:visited { 
	color: #000000;
	text-decoration:none;
	}
a:hover { 
	color: #CCCCCC;
	/*background-color: #333333;*/
	text-decoration: none;
	}
a:active { 
	color: #333333;
	text-decoration:none;
	}

div.transOFF {width: 100%; background-color: white;border:0px solid black; }
div.transON  {width: 100%; background-color: white;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:0px solid black; }