html,
body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    background-color: #262626;

}
#container {
    background-image: url('../../images/maspro-background2.jpg');
    background-repeat: no-repeat;
    background-color: #4779B8;
    background-attachment:scroll;
    background-position:top center;
    /*min-height:100%;*/
    position:relative;
}

#header {

}
#body {
    min-height: 500px;
    width: 940px;
    margin:0px auto 0px auto;
    padding: 230px 10px 35px 10px;
}
#footer {
    /*position:absolute;*/
    /*bottom:0;*/
    width:100%;
    height:230px;   /* Height of the footer */
    background:#262626;
}
#footer-content-bottom {
    width:940px;
    height:25px;
    margin:0px auto 0px auto;
    background-color: #262626;
}
#footer-content {
    width:940px;
    height:160px;
    margin:0px auto 10px auto;
    background-color: #262626;
    padding:20px 20px 0px 20px;
    border-bottom: 1px solid #808080;
}

.primary-color {
    color: #808080;
}
.white {
    color: #ffffff;
}

a {
    color: #ffffff;
}
a:hover {
    color: #808080;
}

#request_enews_email {
    background-color: #191919;
    border-top: #090909;
    border-left: #090909;
    border-right: #090909;
    border-bottom: #808080;
}
#footer a.footer-phone {
    color: #808080;
    text-decoration: none;
}