img {
  border: none; 
}

body {
    background: #190F05 url(/static/image/bg_iron.png) repeat scroll 100% top;
    margin:     0px;
    padding:    0px;
}

#header {
    width: 100%;
    height: 217px;
    background: #190F05 url(/static/image/header_spacer.png) repeat-x 100%;
}

.centered_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#nav {
    height: 1165;
}

#footer {
    height: 111px;
    background: #190F05 url(/static/image/footer_spacer.png) repeat-x 100%;
}

.info_box {
    background: transparent url(/static/image/info_box_bg.png) no-repeat 100%;
    height: 376px;
    padding-top: 35px;
}

.info_box_text {
    color:      white;
    text-align: justify;
    font-size:  115%;
    padding-left: 20px;
    padding-right: 35px;
}

.info_box_list {
    color:      white;
    text-align: justify;
    font-size:  115%;
    padding-right: 20px;
}

.info_box_text_statement {
    color:       white;
    font-size:   x-large;
    font-weight: normal;
    text-align:  center;
    padding-right: 25px;
}
