html {
   height: 100%;
}

body {
   margin: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #a0a0a0;
   font-size: 10px;
   height: 100%;
}

a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #f0f0f0;
   font-size: 10px;
}

input {
   border-style:none;
}

select {
   border-style:none
}

div#container{
   width: 100%;
   background-image: url(/images/common/Background.png);
   background-repeat: repeat-y;
   background-position: top center;
}

#content{
   min-height: 500px;
   height: auto !important;
   height: 100%;
}

div#header{
   margin: auto;
   background-image: url(/images/common/Header.jpg);
   background-repeat: no-repeat;
   height: 85px;
   width: 980px
}

div#menu_bar {
   width: 100%;
   height: 50px;
   position: absolute;
   left: 0px;
   top: 85px;
   background-color: #3a3333;
}

div#menu {
   height: 50px;
   width: 980px;
   margin: auto;
}

div#login {
   padding: 0px 21px 0px 5px;
   height: 50px;
   float: right;
}

div#login_text {
   line-height: 50px;
}

.menu_button {
   border: 0px solid;
   padding: 19px 26px 18px 26px;
   float: left;
}

img#button_homepage {
   border: 0px solid;
   padding: 19px 26px 18px 46px;
   float: left;
}

img#button_login {
   border: 0px solid;
   padding: 19px 0px 18px 0px;
   float: right;
}

table#form {
   padding-top: 12px;
}

input#submitbutton {
   width: 38px;
   height: 20px;
   border: none;
}

input#input_user {
   width: 150px;
   height: 16px;
}

input#input_pass {
   width: 150px;
   height: 16px;
}

input#input_pass-clear {
   width: 150px;
   height: 16px;
}

div#content{
   margin: auto;
   width: 980px;
   background-color: #03060a;
   background-image: url(/images/common/ContentBackground.jpg);
   background-repeat: no-repeat;
   padding-top: 50px;
}

div#footer{
   height: 50px;
   width: 100%;
   background-color: #3a3333;
   text-align: center;
}
