@charset "windows-1251";
/* CSS Document */

body {
background:#3b3b3b;
}
#coint {
margin:auto;
margin-top:150px;
width:636px;
height:500px;
}
#header {
background:url(../images/sogl/header.png) no-repeat;
width:636px;
height:20px;
float:none;
}
#text {
background:url(../images/sogl/text_bg_prov.png) repeat-y;
float:none;
width:800;
margin-top:-20px;
}
#footer {
background:url(../images/sogl/footer.png) no-repeat;
height:26px;
width:636px;
margin-top:-20px;
}
p {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:300;
color:#f7f7f7;
padding-left:30px;
padding-right:30px;
}
.center {
margin-left:200px;
}