* {
    margin: 0;
    padding: 0;
    border: 0;
} 

body
    {
    font: 13px Tahoma,Arial, Verdana, sans-serif;
    background:#010c15 ;
    color: #fff;    
    text-align:center;
}

.clear
    {
    clear:both;
    
}

.right
    {
    float: right;
    width:auto;
}

.left
    {
    float: left;
    width:auto;
} 

a{
  color:#fff;
  text-decoration:underline;
}

a:hover{
  text-decoration:none;
}

h1{
  font-size:12px;
  font-weight:normal;
}

h2{
	  font-size:24px;
	  font-weight:bold;
}



#wrapper
    { 
    width:909px; 
    text-align:left;  
    margin:0 auto;
} 



/* Header
-----------------------------------------------------------------------------*/

  #header{
    height:140px;
  }

      #logo{
        background:url(../images/logo.png) no-repeat;
        width:474px;
        height:40px;
        padding-top:45px;
        text-indent:6px;
        float:left;
        margin-top:45px;
      }


/* Navigation
-----------------------------------------------------------------------------*/
  .menu{
     float:right;
     margin-top:37px;
     width:auto;
   }
   
   #header.menu{
     margin-right:10px;
   }
   
   .menu a{
		float:left;
        height:50px;
        width:55px;
        text-align:center;
        color:#fff;
        text-decoration:none;
        line-height:120px;
        margin-right:20px;
   }
   
   .menu a:hover{
		background-position:-60px 0;
   }
   
      .home{
        background:url('../images/home.png') no-repeat;
      }
      
      .profil{
        background:url('../images/info.png') no-repeat;
      }
      
      .contact{
        background:url('../images/contact.png') no-repeat 0 0;
      }
      
      .up{
        background:url('../images/up.png') no-repeat 0 0;
        margin-left:10px;
      }
      
      
   

/* Footer
-----------------------------------------------------------------------------*/
#footer{
  border-top:1px solid #2a2831;
  padding-bottom:50px;
  clear:both;
}

  #footer #menu{
    margin-top:15px;
  }


/* Your template
-----------------------------------------------------------------------------*/ 
 .site_box{
  background:url('../images/bg_site.png');
  width:909px;
  height:413px;
  margin-bottom:30px;
 }
 
	 .site_img{
           float:left;
           margin:20px 0 0 15px;
	   width:auto;
	 }
 
	.site_descr{
	  width:233px;
	  float:right;
	  padding:35px 15px 35px 0;
	}
    
		.site_descr p{
			padding-top:13px;	
		}
    
    a.site_visit{
		background:url('../images/ok.png') no-repeat ;
		display:block;
		height:50px;
		line-height:50px;
		text-indent:55px;
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
		color:#fff;
		margin-top:30px;
    }
    
    a.site_visit:hover{
        text-decoration:none;
        background-position:0 -50px;
    }
    

 

