html
{
    background-image: url(img/bg.jpg);
    background-color: #fff;
    background-repeat: repeat-x;
    width: 100%;
    height: 1228px;
    font-family: Arial;
}
a img
{
    border: 0px;
}
a
{
    text-decoration: none;
}
#container
{
    margin: 0 auto;
    width: 100%;
}
#top
{
    margin: 0 auto;
    height: 34px;
    margin-top: 30px;
    width: 80%;
}
#logo
{
    width: 162px;
    height: 34px;
    float: left;
}
#right
{
    float: right;
}
#button_show
{
    background-image: url(img/button.png);
    width: 118px;
    height: 28px;
    float: left;
    text-align: center;
    padding-top: 10px;
}
#button_show span
{
    color: #f9f9f9;
    font-size: 12px;
}
#lang
{
    float: right;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 12px;
}
#lang a, #lang
{
    font-size: 12px;
    color: #d40d12;
}
#boxes
{ 
    margin: 0 auto;
    margin-top: 60px;
    color: #f9f9f9;
    font-size: 14px;
    width: 80%;
}
#up
{
   height: 150px;
}
#boxA
{
    width: 300px;
    height: 147px;
    float: left;
}
#boxB
{  
    width: 300px;
    height: 147px;
    float: right;
}
#boxC
{
    width: 300px;
    height: 150px;
    float: left;
}
#boxD
{
    width: 300px;
    height: 147px;
    float: right;
}
#down
{
   height: 150px;
   margin-top: 60px;
}
.box_txt
{
    font-size: 14px;
    color: #f9f9f9;
    line-height: 16px;
    margin-top: 10px
}
.box_tit
{
    font-size: 12px;
    font-weight: bold;
}
#boxA .box_txt, #boxA .box_tit
{
    margin-left: 86px;
}
#boxB .box_txt, #boxB .box_tit
{
    margin-left: 120px;
}
#boxC .box_txt, #boxC .box_tit
{
    margin-left: 118px;
}
#boxD .box_txt, #boxD .box_tit
{
    margin-left: 126px;
}
#contents
{
    margin:0 auto;
    width: 90%;
    height: 670px;
    
}
#content{margin:0 auto;width:868px;}
#map
{
    float: left;
    width: 640px;
    height: 480px;
    margin-top: 80px;
}
#dane
{
    width: 228px;
    height: 157px;
    float: left;
}
#footer
{
    text-align: center;
    font-size: 12px;
    color: #f9f9f9;
    margin-top: 20px;
}
#footer a {color: #f9f9f9;}
#content img{margin-top: 80px;}