﻿html { margin: 0; padding: 0; }
body {
width: 100%;
background: url('img/bg_sides.jpg') no-repeat center top;
margin: 0px;
padding: 0;
}

p { line-height: 18px; }

h1 { font-size: 16px; padding: 3px 0 0 0; margin: 0 0 0 350px; color: #029be1; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }

div#page {
width: 960px;
background: url('img/bg_middle.jpg') no-repeat scroll center top;
margin: 0 auto;
padding: 0;
}

div.header {
width: 960px;
height: 420px;
margin: 0 auto;
padding: 0;
}
#promo {
width: 400px;
height: 120px;
margin: 250px 8px 0 5px;
color: #029be1;
float: left;
}
#promo p {
line-height: 26px;
font-size: 24px;
color: #029be1;
}
#s6 {
width: 470px;
margin: 45px 8px 0 0;
float: right;
position: relative; 
overflow: hidden;
}
#s6 div.description {
width: 210px;
padding: 5px 5px 35px 5px;
background: url(img/slide_home_description.jpg) no-repeat scroll center top;
font-size: 14px;
float: left;
}
div#s6 div h4 {
font-size: 17px;
padding: 5px 0 5px 0;
margin: 0;
}
div#s6 div p {
padding: 5px 0 5px 0;
margin: 0;
}
#content {
padding: 15px 10px 20px 10px;
}
.Foot { background: url('img/foot_bg.png') no-repeat scroll top center; height: 30px; margin: 50px auto 0 auto 0; position: fixed; bottom: 0px; width: 960px;}
.Foot p { margin: 0; padding: 3px 0 0 20px; float: left; }
.Foot a { color: #029be1; }