 /* Нептун-Судомонтаж | 2009 */
 
* {
margin: 0;
border: 0;

}

body {
padding: 5% 0 0;
background-color: #fffff;  
}

A {
font: 36pt Monotype Corsiva;
 text-decoration: none; 
 color: white;
}
A:hover {
 text-decoration: underline; 
 color: red; 
} 

#container
{
width: 960px;
height: 770px;
margin: 0 auto;
color: white;
background: url('../images/first.jpg') no-repeat; 
background-position: center center;
font: bold italic  22pt Calibri;

}

#ru
{
float: right;
margin-top: 100px;
margin-right: 20px;
width: 400px;
text-align: center;
}

#en
{
float: left;
width: 400px;
text-align: center;
margin-top: 550px;
}

