/* CSS Document */

/*общее...........*/
* {
margin: 0; 
padding: 0; 
border: 0;} 

a{
outline:none;
text-decoration:none; } 

a img{
border:none;} 

img{
border:none;} 

.both{
clear:both;
height: 0;
overflow: hidden;}



body{
background:#000000 url(images/background.jpg) no-repeat top left;
 position:relative;
 min-height:500px;
 }
 
 
img.opmpic {
float: left;
margin-right: 12px;
padding-top: 25px;
 }

 
.logo{
margin:0 auto;
background: url(images/logo.png) no-repeat;
width:320px;
height:212px;
margin-top:200px}



.logo_second{
margin:0 auto;
background: url(images/logo.png) no-repeat;
width:320px;
height:212px;
margin-top:50px}



.menu{
margin:0 auto;
display:block;
text-align: center;
padding:50px 0 0 0;
}


.menu li{
color:#d4d1d1;
display:inline;
font:14px Vanta Light;
text-transform:uppercase;
margin-right:29px}

.menu li a{
color:#d4d1d1;}

 

.button{
position:absolute;bottom:0;left:0;
background:url(images/button.png) no-repeat;
width:115px;
height:27px;
color:#d4d1d1;
text-align:center;
font:20px Myraid Pro;
text-transform:uppercase;
bottom:17px;
left:9px;
padding:4px 0 0 0;}

a.other_blok{
color:#d4d1d1;
font:20px Myraid Pro;
position:absolute;
bottom:23px;
left:138px;}


.footer{position:absolute;bottom:0;left:0;}
.footer-links{float:left;display:inline;margin:0 0 0 25px;}
.footer-links a{float:left;display:inline;margin:0 10px 0 0;}body.resume-body 
.footer{position:static;float:left;width:100%;margin-top:80px;}