* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {  
    font: normal 11px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #fff;
    text-align: center;
    color: #666;
} 
div#frame {
    margin: 0 auto;   
    width: 780px;       
}
div#header{
    float: left;
    width: 780px;
    height: 170px;
    background: url(../images/header.jpg);
}
div.icons{
    clear: both;
    float: left;
    width: 780px;
    height: 140px;
    background: url(../images/icons.jpg);
}
div#content{
    float: left;
    width: 780px;
    background-color: #fff;
    text-align: left;
}
p.firma{
    margin: 10px 50px;
    padding: 10px;
    border: 1px solid #c4d3d3;
    background-color: #f9f9f9;
    text-align:justify;
}
div#firma{  
    float: left;
    width: 390px;
    height: 210px;
    background: #fff url(../images/firma.jpg);
    background-repeat: no-repeat;
}
div#dom{
    float: left;
    width: 390px;
    height: 210px;
    background: #fff url(../images/firma.jpg);
    background-repeat: no-repeat;
}
div#kursy{
    float: left;
    width: 390px;
    height: 210px;
    background: #fff url(../images/firma.jpg);
    background-repeat: no-repeat;
}
div#www{
    float: left;
    width: 390px;
    height: 210px;
    background: #fff url(../images/firma.jpg);
    background-repeat: no-repeat;
}

h2 {
    font: bold 1.8em georgia, tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #ee7c15;
    margin-top: 40px;
}
h3 {
    font: bold 1.2em tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #666;
    margin: 10px 0;
}
p.oferta{
    margin: 10px 10px 10px 50px;
    color: gray;
    padding: 5px;
    border: 1px solid #f0f0f0;
}
div#webcreo{
    margin: 0 auto;
   width: 780px;
    text-align: right;
    height: 20px;
}
div#webcreo a{
 float:right;
 font-family:Arial, Helvetica, sans-serif;
 text-decoration: none;
 color:#666;
 font-weight:normal;
 font-size:11px;
 margin:5px 5px 15px 0;
 text-align:right;
}
div#webcreo a strong{
 color:#369;
}
div#webcreo a:hover{
 color:#000;
}
div#webcreo a:hover strong{
 color:blue;
 text-decoration:underline;
}