﻿.wrapper{
    margin: 30px auto 0 auto;
    width: 810px;
}

.title{
    position: relative;
    width: 100%;
    height: 150px;
    background: transparent url(images/logo_giveaway.png) no-repeat top right;
}

/* total width : 802px */
.canvas{
    position: relative;
    margin: 0 auto;
    padding: 4px;
    width: 800px;
    background: rgb(171,141,74);
    border: solid 1px rgb(64,52,25);
    z-index: 5;
    margin-bottom: 53px;
}
    
.sponsors{
    bottom: 0px;
    left: 0px;
    float: left;
    background: rgb(255,255,255);
    width: 100%;
    z-index: 20;
    position: fixed;
}

.disclaimer{}

.disclaimer p{
    margin: 6px 0px;
    color: rgb(231,231,231);
    line-height: 1.1em;
    font-size: 10px;
    width: 100%;
}

.disclaimer a:link, .disclaimer a:active, .disclaimer a:visited{
    color: rgb(65,65,65);
    text-decoration: none;
}

.disclaimer a:hover{
    color: rgb(65,65,65);
    border-bottom: dashed 1px rgb(65,65,65);
}