html{
overflow-y: scroll;
}
html, body{
font-size: 0px;
margin: 0px;
padding: 0px;
border: 0px;
height: 100%;
background: #666666 url(mainbg.jpg) fixed;
}
#content{
position: relative;
top: 0px;
margin: auto;
width: 970px;
background: url(bg.jpg);
text-align: center;
}
#header{
width: 970px;
height: 138px;
overflow: hidden;
}
#container{
width: 940px;
margin: auto;
text-align: center;
}
.blueLine{
text-align: center;
margin: auto;
width: 940px;
height: 2px;
background: #223344;
}
.boxTitle{
background: #112233 url(bg2.jpg);
height: 25px; padding: 15px;
border: #112233 1px solid;
border-bottom: none;
text-align: left;
}
.lightBlueBox{
background: #8899AA url(bluebg.jpg) repeat-x;
padding: 15px;
border: #112233 1px solid;
border-top: none;
text-align: left;
}
#mainImage{
width: 970px;
height: 250px;
}
#footer{
width: 970px;
margin: auto;
text-align: center;
font-size: 0px;
overflow: hidden;
line-height: 0px;
}
table.navbar{
margin: auto;
text-align: center;
margin-top: 0px;
}
table.navbar td{
margin: 0px;
padding: 0px;
border-right: #223344 1px solid;
font-family: Arial;
font-size: 14px;
font-weight: bold;
text-align: center;
}
table.navbar td a{
width: 171px;
padding: 8px;
display: block;
text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited{
color: #112233;
background: #8899AA;
}
table.navbar td a:hover{
color: #112233;
background: #FFFFFF;
}
.bigFont{
color: #FFFFFF;
font-family: Arial;
font-size: 20px;
}
.normalFont{
font-family: Arial;
color: #112233;
font-size: 16px;
}
form{
text-align: left;
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #8899AA;
position: absolute;
top: 42px;
left: 778px;
margin: 0px;
padding: 0px;
}
input{
background: #223344;
border: 1px #001122 solid;
width: 146px;
height: 16px;
margin-top: 5px;
color: #8899AA;
}
fieldset{
border: none;
margin: 0px;
padding: 0px;
}
#loginButton{
float: left;
width: 18px;
height: 18px;
background: #223344 url(login1.jpg);
border: 1px #001122 solid;
margin-top: 5px;
margin-left: 5px;
}
a{
outline: none;
}