html, body {height:100%;}

body{ background: #fafafa url(img/bg.gif) 50px 0 repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #232323; }
a {color: #787878;}

#absoluteBg{ position: absolute; top:0; left:0; background: url(img/absoluteBg.gif) 0 0 repeat-x; height: 100px; width: 50%; z-index: 1;}
#container{width: 938px; margin:-104px auto auto; background: url(img/strips.gif) 0 0 no-repeat; min-height:100%; position: relative; z-index: 10;}
#top{background: url(img/logo.gif) 0 0 no-repeat; width: 772px; height: 126px; text-indent: -3333em; margin-bottom: 52px; border-top:104px solid #FFFFFF;}
#logo{ display: block; width: 400px; height: 150px;}
#content{padding-left: 75px; padding-bottom: 30px;}
#maincontent{padding-left: 75px; padding-bottom: 30px;}
#maincontent p{ font-size: 12px; line-height: 22px; color: #787878; padding-left: 20px }
#maincontent #adress{margin-top: 21px;}
#maincontent #info{margin-top: 23px;}
#maincontent #partners{padding-top: 42px!important;}
#maincontent #ecg{font-size: 11px; margin-top: 21px;}
#content p{line-height: 30px; font-size: 15px; padding-left: 20px; }
#maincontent h1{font-size:15px;line-height:30px;margin-bottom:20px;padding-left:20px;padding-top:1px;}
#contact{margin-top: 118px; color: #787878; padding-left: 20px }
#contact h1{margin-bottom: 13px;}
#contact p{font-size: 12px; line-height: 20px; padding-left: 0!important; margin-bottom: 23px; }

#partners{overflow: hidden; margin:0 auto; margin-bottom: 33px;width:874px;}
#partners li{float: left; width: 97px; }
#partners li.first {margin-left: -6px; }

dt{width: 48px; float: left; }
dd{margin-left: 48px; padding-bottom: 8px;}

#footer { background: url(img/footer_bg.gif) center bottom repeat-x; clear: both;	margin: auto; padding-left:96px; height: 104px;}

#footer p{padding-left:14px; width:860px; margin:0 auto 0;}
#footer p a{text-decoration: none; font-family:Arial; color: #c4c4c4; font-size: 10px; display: block; float: left; margin-right: 28px;}

* {
	margin: 0;
}

/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
}

