

	* {
		margin:0;
		padding:0;
		}

	html, body {
		
		margin:0; padding:0; width:100%; height:100%; overflow:hidden;
		}

	body {
		background: #fff ;
        top:0; left:0; right:0; width:100%; height:100%;
	   	font-family:"Myriad Pro", "Gill Sans", Helvetica;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		margin-left:0;
		margin-right:0;
		margin-bottom:-13.75em; /* half of container's height */
		
		}

	#container {
		margin:0 auto;
		width:100%;
		background:#000000;
		margin-top:5px;
		height:450px;
	
		}
#tel{
margin:0 auto;
font-size:12px;
color:#666666;
width:950px;
text-align:right;
}
#footer{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#999;
}

#footer a{
color:#999;
text-decoration:none;
}
#footer a:hover{
	color:#666666;
	}
	
	
	.black_overlay{
	display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 200%;
    background-color: #fff;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
	overflow:auto;
	}


.white_content {
	display: none;
    position: absolute;
    top: 20%;
    left: 15%;
   
    width: 820px;
    height: 430px;
    border: 16px solid #000;
    background: #000000 ;
    z-index:1002;
    overflow: auto;
	text-align:center;
	
	}
	
	
	a {
	font-size:12px;

	color:#666666;
	text-decoration:none;
	}