97 lines
1.3 KiB
CSS
97 lines
1.3 KiB
CSS
*
|
|
{
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
body{
|
|
font: 12px Arial, Helvetica, sans-serif;
|
|
color: #353535;
|
|
background: url(images/bg.jpg) top center repeat-x #000;
|
|
line-height: 18px;
|
|
}
|
|
|
|
|
|
#main {
|
|
width: 1061px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#buttons{
|
|
text-align:center;
|
|
height: 53px;
|
|
margin-left: 0px;
|
|
padding: 0px 0px 0px 85px;
|
|
background: url(images/buttons.png) top repeat-x;
|
|
}
|
|
|
|
#buttons a {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 18px;
|
|
display: block;
|
|
float: left;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
text-align: center;
|
|
padding-top: 15px;
|
|
}
|
|
#buttons .but:hover {
|
|
color:#B95C55;
|
|
text-decoration:underline;
|
|
}
|
|
|
|
.but_razd {
|
|
width: 80px;
|
|
height: 30px;
|
|
float:left;}
|
|
|
|
h3 {
|
|
text-align: left;
|
|
font-size: 24px;
|
|
color: #000000;
|
|
font-weight: normal;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
/*footer*/
|
|
|
|
#footer{
|
|
clear: both;
|
|
height: 84px;
|
|
font-size: 11px;
|
|
color: #fff;
|
|
text-align: center;
|
|
padding: 0px 10px 0px 0px;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
#footer a{
|
|
color: #fff;
|
|
font-size: 11px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#footer a:hover{
|
|
color: #fff;
|
|
font-size: 11px;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#footer_box1{
|
|
float: left;
|
|
width: 400px;
|
|
padding: 25px 0 0 24px;
|
|
text-align: left;
|
|
}
|
|
#footer_box2{
|
|
float: right;
|
|
width: 400px;
|
|
padding: 25px 0 0 16px;
|
|
text-align: left;
|
|
}
|
|
.footer_img{
|
|
float: right;
|
|
display: inline;
|
|
margin-left: 25px;
|
|
} |