/* style it up // style.css */
		
body {background:#000;
      margin:0} 
	  
#outercircle				 
	{position: absolute;
	 top: 50%;
	 left: 0px;
	 width: 100%;
	 height: 1px;}

#innercircle  
	{clear:both;
	 margin: 0 auto;
	 position: relative;
	 top: -150px;
	
	 width: 700px;
	 height: 300px}

.center 					
		{color:#222;
		 font-family:verdana, helvetica, sans serif;
		 font-size: 120px;
		 position:absolute;
		 top:50px;
		 left:-100x;
		 right:-150px}

div#xing, div#contact, div#axblog
         {		color:#222222;
			font-family:verdana, helvetica, sans serif;
			position:absolute;}

div#axblog {font-size:45px;
		top:-150px;
		left:255px;}
		
div#contact {font-size:45px;
		top:270px;
		left:490px;}
		
div#xing {font-size:40px;
		top:420px;
		left:-300px;}


 div#axblog a:hover span {top: -1px; 
						left: 0px; 
						width:}

 div#contact a:hover span {top: -4px; 
						left: 0px; 
						width:}
		
 div#xing a:hover span {top: -1px; 
						left: 0px; 
						width:}
						 
div#innercircle a:hover
				  {background: none;
				   cursor:crosshair;}

div#innercircle a span {display: none;}

div#innercircle a:visited span {display:none;}

div#innercircle a {text-decoration: none;
			 color:#7f0000;}

div#innercircle a:hover span {display: block;
						position:relative;
						background:none;
						font-size:14px}
						
div#innercircle a:link, div#innercircle a:visited {text-decoration:none;}

div#innercircle a:hover {text-decoration:none}

div#innercircle div#content a:link, div#innercircle div#content a:visited, div#innercircle a:hover, div#innercircle a:hover span
   			 {color:white}
			 
