* {
    padding:0;
    margin:0;
}

body {
    background-image:url(/pictures/maingbg.png);
    background-size: 100% auto;        
}

.wrapper {
    width:960px;
    margin:0 auto;
}

a {
    color:#eed500;
}

h1 {
    backupcolor:#b6b6b6;  
    color:#a1ce16;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size:30px;
    text-align: center;
    margin-top:25px;
    font-weight: normal;
}
h4 {
    color:#b6b6b6;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size:18px;
    text-align: center;
    margin-top:30px;
    font-weight: normal;
}

.information {
    width:845px;
    margin:0 auto;
    margin-top:50px;
    color:#b6b6b6; 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px; 
    font-weight:bold;
    padding:10px;
    border:5px solid #e5051f;;
}

.text { position:absolute; top:45px; left:42px; width:100px;  height:100px;}

.val {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:47px;
    font-weight:bold;
    color:#b6b6b6; 
    text-align:center;
    line-height:50px;
    margin-top:15px;
    width:100px;
}

.type_days {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#e5051f;
    width:100px;
    text-align:center;
    font-size:13px;
    line-height:20px;
    font-weight:bold;
    text-transform:uppercase;
}

.divider {
    width:960px;
    height:71px;
    background-image:url(/pictures/diviers.png);
    float:left;
    margin-top:50px;
}

.divider td { 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px; 
    font-weight:bold;
    color:#b6b6b6;          
    line-height:20px;
    text-align:center;
}
.divider p { 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px; 
    color:#b6b6b6;         
    line-height:20px;
    text-align:center;
}

.divider a {
    color:#39F;
    text-decoration:none;
}

.divider a:hover {
    color:#FFF;
}