html, body, h1, h2, p, menu, li, pre, ul, br, dd, dl { margin: 0; padding: 0; }
.clear { clear: both;}
a {text-decoration: none;}
#all { 
    margin: 0 auto; 
    text-align: left; 
    max-width: 950px; 
    padding-right: 10px;
}
body { 
    margin: 0 auto; 
    background-image: url(img/bg.jpg); 
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000000;  
    font-family: 'Open Sans', sans-serif; 
    /*    width: 960px; */
    color: #ffffff;
}
#logo {
    float: right;
    background-image: url(img/logo.png); 
    background-repeat: no-repeat;
    width: 649px;
    height: 60px;
    margin-top: 80px;
}
h1 {
    float: right;
    font-weight: 300;
    text-align: right;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 45px;
}
#find {
    float: right;
    margin-right: 120px;
    margin-top: 55px;
    padding: 25px;
    width: 230px;
    background-color: #453334;

}
h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}
form {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}
label {
    margin: 5px;
}
dt {
    margin-top: 8px;
    margin-bottom: 3px;
}
.button {
    background: #ff168b; 
    color: #ffffff; 
    font-size: 16px; 
    margin-top: 15px; 
    border-radius: 10px; 
    border: 0px;
    padding: 5px 25px;
}
.button:hover { 
    background-color: #00A2ED; 
    color: #ffffff; 
    text-decoration: none; 
    transition: all 0.5s ease; 
}
a.reg.button {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    width: 250px;
    height: 35px;
    font-size: 20px; 
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    text-decoration: none;

}
p.under {
    float: right;
    text-align: center;
    width: 370px;
    margin-top: 30px;
    margin-right: 80px;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 25px;
}
DIV#footer {

    /*    padding-left: 120px;*/
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #282828;
}
DIV#footer p {
    margin: 0 auto;
    max-width: 720px;
    text-align: justify;
    font-weight: 300;
    font-size: 16px;

}
