/* CSS Document */

html {
background-color: #3c3c3c;

}

body.login  {background-image:url(login.gif); background-repeat:  repeat-x; background-position: top;
background-color: #3c3c3c;}

#login form {
padding-top: 100px;
background-image:url(login2.gif); background-repeat: no-repeat; background-position: center top ;

}
#login form .submit input {
border-color: #bcb38f !important;
color: #fff !important;
}
#login form .submit input:hover {
border-color: #bcb38f !important;
color: #fff !important;
}
#login h1 {
display: none;
}
.login #nav a {
color: #777 !important;
}
.login #nav a:hover {
color: #bcb38f !important;
}

#wphead img, #wphead h1 {
display: none;
}
#wphead {
height: 100px;
}
#wphead-info {
padding-top: 27px;
}

#footer {
display: none;
}
#footer_custom {
clear: both;
text-align: center;
width: 500px;
margin: auto;
height: 100px;
}
#footer_custom .docs {
padding-top: 0px;
line-height: 100%;
}
#footer_image {
border:none;
}