/* ----General settings----*/
* {
 margin: 0;
 padding: 0;
}
 
body {
 width: 100%;
 height: 100%;
 color:#000;
 background: #fff;
 font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size:0.94em;
 line-height:135%; 
}

a {
 text-decoration:none;
}
 
a:hover {
 text-decoration: none;
}

.img {
	 max-width: 450px;
	 border: double 4px #000;
	 padding: 10px;
	 float: left;
	 margin: 5px 15px;
 }
 
 p {
	 text-align:justify;
	 text-indent: 20px;
	 margin-bottom: 5px;
 }

/* ----Main blocks----*/
 
.background {
 position:absolute;
 left:50%;
 top:50%;
 margin:-255px 0 0 -430px;
 width: 860px;
 height: 510px;
 background: url(images/bg.jpg) no-repeat;
 }
 
.en {
 position:absolute;
 width: 181px;
 height: 111px;
 left: 141px;
 top: 360px;
 background: url(images/en.png) no-repeat;
}
 
.ru{
 position:absolute;
 width: 181px;
 height: 111px;
 left: 545px;
 top: 360px;
 background: url(images/rus.png) no-repeat;
 }