

body{
background-color:#fff;}


#all{
background-image:url(img/bg.jpg);
background-position:50px 0;
background-repeat:no-repeat;
width:750px;
height:346px;
margin:auto;
margin-top:10%;
}
#left{
width:50%;
height:346px;
float:left;
}
#right{
width:50%;
height:346px;
float:right;
}
#de{
background-image:url(img/deutsch.png);
background-position:40px center;
background-repeat:no-repeat;
width:330px;
height:80px;
margin-top:80px;
}

#de:hover{
background-image:url(img/deutsch.png);
background-position:-288px center;
background-repeat:no-repeat;}



#en{
background-image:url(img/english.png);
background-position:65px center;
background-repeat:no-repeat;
width:330px;
height:80px;
}
#en:hover{
background-image:url(img/english.png);
background-position:-282px center;
background-repeat:no-repeat;}
#ru{
background-image:url(img/russian.png);
background-position:27px 25px;
background-repeat:no-repeat;
width:330px;
height:80px;
margin-top:110px;
}
#ru:hover{
background-image:url(img/russian.png);
background-position:-327px 25px;
background-repeat:no-repeat;}
#data{
background-image:url(img/data.png);
background-position:17px 35px;
background-repeat:no-repeat;
width:330px;
height:80px;
}
#menu{
width:10%;
height:100%;
float: left;
margin-top:3%;
margin-left:2%;
}

#menu li a{
font-family:'Trebuchet MS', tahoma, arial, sans-serif;
font-size:15px;
font-weight:bold;
color:#000;
}

h2{font-size:20px;}

#content{
width:80%;
height:120%;
float: right;
padding-left:50px;
margin-top:5px;
margin-right:2%;
margin-left:1%;
}

#info{font-family:'Trebuchet MS', tahoma, arial, sans-serif;
font-size:10px;
color:#666;
margin-top:3%;}

#text{
background-image:url(img/sign.png);
background-repeat:no-repeat;
background-position: center bottom;
width:45%;
height:100%;
float: left;
font-family:'Trebuchet MS', tahoma, arial, sans-serif;
margin-top:30px;
font-size:11px;
font-weight:normal;
color:#000;
line-height:17px;
padding-bottom:78px;
}

#text a{text-decoration:none;
color:#666;}

#text a:hover{text-decoration:underline;
color:#444;}

#logo{
background-image:url(img/logo.png);
width:300px;
height:101px;
margin-left:10px;
margin-top:10px;
}

#megazine{margin-top:0px;
position:relative;}





