html {
    margin: 0px;
    padding: 0px;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #454C51;
    min-width: 1080px;
    background: url(../pictures/bg.jpg) center top repeat-y #ffffff;
}
#site_top,
#site_center {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}
#site_top {
    background: url(../pictures/bg_doboz.jpg) left top repeat-x #ffffff;
    height: 380px;
}
#site_center {
    background: url(../pictures/bg.jpg) center top repeat-y #ffffff;
}
#site_bottom {
    background: url(../pictures/bottom_bg.png) left bottom repeat-x;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.top {
    width: 1080px;
    height: 380px;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}
#content_wrapper {
    width: 1080px;
    position: relative;
    margin: 0px auto;
    text-align: left;
}

#content_left_wrapper {
    float: left;
    position: relative;
    width: 635px;
}
#content_left {
    position: relative;
    min-height: 300px;
    margin-right: 10px;
    margin-left: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}
#content_right_wrapper {
    float: right;
    position: relative;
    width: 440px;
}
#content_right {
    position: relative;
    margin-right: 50px;
    margin-left: 10px;
    margin-top: 25px;
    margin-bottom: 10px;
}
#content_right_with_bg {
    position: relative;
    margin-right: 50px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

#content {
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #ffffff;
}
#content_inner {
    position: relative;
    padding: 0px;
    min-height: 200px;
}
.content_inner_padding {
    position: relative;
    padding: 15px;
    padding-top: 10px;
}
#bottom {
    width: 1444px;
    margin: 0px auto;
    height: 59px;
    background: url(../pictures/also_csik.png) center bottom no-repeat;
    position: relative;
    overflow: hidden;
}
#bottom_inner {
    position: relative;
    text-align: center;
    padding-top: 28px;
}

#coded_div {
    height: 40px;
    position: relative;
    overflow: hidden;
    width: 1080px;
    margin: 0px auto;
}
#coded_div_inner {
    position: relative;
    text-align: center;
    color: #6F6F6F;
    font-size: 11px;
}
.design_link {
    font-size: 10px;
    font-weight: normal;
    color: #6F6F6F;
    text-decoration: none;
}
.design_link:hover {
    color: #FF3333;
    text-decoration: underline;
}


