@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	}
html { height:100%;
		}	
	
body {
	  text-align:center;
	  font-family:Helvetica, Arial, sans-serif;
	  font-size:11px;
	  min-height:657px;
	  height: 100%; 
	  }
	  

#top {width:100%;
z-index:10;
position:absolute;
	 }
	  #topL {width:34%;
	  		float:left;
			
			text-align:left;
			height:50px;
			z-index:5;
			
	  		}
	  #topR {width:65%;
	  		 float:right;
			 text-align:right;
			 height:50px;
			 z-index:5;
			
			 
	  		}
#horizon        
	{
	text-align: center;
	position: absolute;
	top: 53%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:1;
	}

#content    
	{
	margin-left: -500px; /* Half the width */
	position: absolute;
	top: -323px; /* Half the Height 73 */
	left: 50%;
	width: 1000px;
	height: 647px;
	visibility: visible;
	z-index:1;
	}

#footer 
	{
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 100%;
	height: 15px;/* 191 */
	visibility: visible;
	display: block;
	z-index:5;
	}
	