body {
	margin:0;
	height: 100%;
	text-align:center;	
	background:url(/images/home_bg.jpg) center center no-repeat #0F2033;
	}

p, h1	{
	text-indent:-9999px;
	display:none;
	margin:0;
	line-height:5px;
	font-size:5px;
	}
	
a 	{ 
	outline:none; 
	}
	
#distance { 
	width:100%;
	height:50%;
	margin-bottom:-280px; /* half of container's height */
	float:left;
	}
	
	/* the content area*/
	#container {
		margin:0 auto;
		text-align:center;		
		position: relative;
		width: 100%;
		height:560px;		
		}
		
		#containerCenter{
			width: 782px;
			height: 560px;
			margin: 0 auto;
			text-align: center;						
			}
	
	/* banner area: logo and nav area*/
	#banner {
		background: url(/images/logo.png) top left no-repeat;
		margin:0;
		padding: 0px 0px 0px 192px;			
		height:71px;	
		text-align: center;	
		}
		/*#logo{
			width: 192px;
			float: left;
			}*/
		/* placing the navigation on the page */	
					
			/* navigation code */
			#nav, #nav li a{background:url(/images/nav.png) no-repeat top;}
			
			#nav {
				list-style:none;
				padding:0px;
				margin:0px;				
				height: 71px;				
				}
				
				#nav li {
					display:inline;
					}
					
					#nav li a {
						display:block;
						float:left;
						height:71px;
						text-indent:-9999px;			
						}
					
					#nav li a#L1_1{width:94px; background-position:0px 0px;}
					#nav li a#L1_2{width:86px; background-position:-94px 0px;}
					#nav li a#L1_3{width:84px; background-position:-180px 0px;}
					#nav li a#L1_4{width:98px; background-position:-264px 0px;}
					#nav li a#L1_5{width:64px; background-position:-362px 0px;}
					#nav li a#L1_6{width:94px; background-position:-426px 0px;}
					#nav li a#L1_7{width:65px; background-position:-520px 0px;}
					
					#nav li a#L1_1:hover{background-position:0px -71px;}
					#nav li a#L1_2:hover{background-position:-94px -71px;}
					#nav li a#L1_3:hover{background-position:-180px -71px;}
					#nav li a#L1_4:hover{background-position:-264px -71px;}
					#nav li a#L1_5:hover{background-position:-362px -71px;}
					#nav li a#L1_6:hover{background-position:-426px -71px;}
					#nav li a#L1_7:hover{background-position:-520px -71px;}
	
	/* center or photo area of page */
	#photo {
		margin: 0px;
		padding: 0px;
		text-align:center;
		background:url(images/photo.png) no-repeat top;
		height:424px;
		
		text-indent:-9999px;
		}
		
		/* div to place the download flash link on the page */
		#download-flash{
			padding-top:360px;
			padding-left:585px;
			text-indent:-9999px;
			}
		
		/* setting the size of the download flash link */
		#photo a{
			display:block;
			width:104px; 
			height:16px;
			float:left;
			}
	
	/* bottom of page where addresses and login button are */		
	#footer{
		margin:0;
		padding:0;
		text-align:center;
		background:url(images/footer.png) no-repeat top;
		height:62px;
		}
		
		/* placing login link on page */		
		#login{
			display:block;
			padding-left:675px;
			text-indent:-9999px;
			}
			
			/* setting size of login link */
			#login a{
			display:block;
			width:65px; 
			height:35px;
			float:left;
			}
		
.clear {clear: both;}
