* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    text-align: center;
}

body {
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    background: url(http://ads.szaft.hu/public/opener/bg.jpg) center center no-repeat #000;
    background-attachment: fixed;
    color: #000;
    font-size: 15px;
}


#acontainer {
    width: 940px;
    margin: 5% auto;
    text-align: left;
}

#col1 {
    width: 401px;
    height: 599px;
    padding: 10px;
    background: url(http://ads.szaft.hu/public/opener/col1.png) no-repeat;
    float: left;
}

    .overlay {
        width: 400px;
        height: 220px;
        font-size: 12px;
        padding-top: 380px;
    }

#col2 {
    width: 478px;
    height: 599px;
    padding: 10px;
    background: url(http://ads.szaft.hu/public/opener/col2.png) no-repeat;
        margin-left: 430px;
}

p.c {
    text-align: center;
    font-size: 16px;
}

big {
    font-size: 18px;
    font-weight: bold;
}

hr {
    border-bottom: solid 1px silver;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn1 {
    display: block;
    width: 200px;
    height: 40px;
    background: url(http://ads.szaft.hu/public/opener/btn1.jpg) repeat-x;
    margin: 10px 20px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    font-weight: bold;
    float: left;
}

.btn2 {
    display: block;
    width: 200px;
    height: 40px;
    background: url(http://ads.szaft.hu/public/opener/btn2.jpg) repeat-x;
    margin: 10px;
    margin: 10px 15px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    font-weight: bold;
    float: left;
}


.clr {
    clear: right;
}
