/* CSS RESET */
img, div { behavior: url('/css/iepngfix.htc') }
* {
    margin: 0;
    padding: 0;
    border: none;
}
a {
    border: none;
    color: white;
    outline: none;
}
body {
    background: black url('../images/body/body_bg.jpg') repeat fixed 0 0;
    text-align: center;
}

#outside_container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;    
    width: 970px;
    min-height: 750px;
    background-color: black;
}

#div_facebook_buttons{
    padding-top: 15px;
    text-align: right;
}


#container {
    margin-left: auto;
    margin-right: auto;
    width: 860px;
    background-color: black;
}
#header {
    height: 50px;
    width: 100%;
    margin-left: -5px;
    margin-top: 15px;
    background: transparent url('../images/body/top_title.jpg') no-repeat 0 0;
}
#banner_container {
    width: 100%;
    margin-top: -20px !important;
    height: 655px;
}
#navigation_right {
    float: right;
    margin-top: 20px;
    width: 228px;
    height: 300px;
    margin-right: 80px;
}

#logo {
    width:356px;
    height:174px;
    position: relative;
    margin-top: 20px;
    margin-left: 400px;   
    background: transparent url('../images/body/top_logo.png') no-repeat 0 0;
}

#content {
    color: white;
    font-family: sans-serif;
    font-size: 0.8em;
    text-align: left;
}

#footer {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    height: 400px;
    background: black url('../images/body/footer_squiggle.png') no-repeat bottom right;
}
.text_input {
    padding: 2px;
    margin-bottom: 7px;
}
.danima {
    font-size: 0.75em;
    margin-top: 10px;
    color: white;
}

