body{
    background: url(images/blank_new.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color:#082B24;
    font-family: "Arial", sans-serif;
    color: #fff;
}
#container{
}
#title_cover{
    text-align: center;
    margin: 25px 0;
}
.dark_text{
    color:dimgrey;
}
a{
	font-size: 20px;
	color:#C7CCF4;
}
a:hover{
	font-size: 20px;
	color:#75D758;
}
#sponsors{
    width: 35%;
    float: right;
    
}
#register{
    width: 60%;
    float: left;
}
footer{
    background-color: #021712;
    padding: 20px;
    color: #808080;
    height: 100px;
    text-align:  right;
    width: 100%;
    clear: both;
}