@font-face{
font-family: Walkway UltraBold;
src: url(Walkway_UltraBold.eot);
}
@font-face{
font-family: Walkway Black;
src: url(Walkway_Black.eot);
}
@font-face{
font-family: Walkway UltraBold;
src: url(Walkway_UltraBold.ttf);
}
@font-face{
font-family: Walkway Black;
src: url(Walkway_Black.ttf);
}
html{
overflow-y: scroll;
}
body{
margin: 0;
padding: 0;
color: #FFFFFF;
font-family: Arial;
text-shadow: 0px 0px 3px #000000;
background: #000000;
}
#header{
height: 100px;
background: #000000;
}
#header div{
width: 960px;
margin: auto;
}
#header div a img{
float: left;
border: none;
}
#middle{
height: 372px;
background: #363636 url(middle.jpg) top center no-repeat;
}
h2,h3{
display: inline;
font-size: 28px;
font-family: Walkway Black;
letter-spacing: 2px;
color: #FFFFFF;
}
h3{
font-size: 24px;
color: #6594CA;
}
.links{
position: relative;
top: 38px;
float: right;
padding: 5px;
padding-left: 15px;
padding-right: 15px;
text-decoration: none;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
font-weight: bold;
background: #262626;
color: #999999;
font-size: 14px;
}
.links:hover{
background: #565656;
color: #FFFFFF;
}
a{
outline: none;
}
#footer{
margin: auto;
position: relative;
top: 18px;
*+ top: 6px;
background: #000000;
overflow-x: hidden;
overflow-y: hidden;
}
#footer table{
width: 980px;
margin: auto;
padding: 0;
font-weight: normal;
font-size: 14px;
position: relative;
left: 16px;
color: #6594CA;
}
#footer table td{
width: 25%;
vertical-align: top;
}
#footer span{
color: #FFFFFF;
letter-spacing: 1px;
font-size: 18px;
font-family: Walkway Black;
}
#footer span img{
vertical-align: middle;
width: 21px; 
position: relative;
top: -1px;
*+ top: 0;
margin-right: 6px;
}
#footer a{
color: #6594CA;
}
hr{
margin: 0;
padding: 0;
border: none;
background-color: #262626;
color: #262626;
height: 2px;
* margin-top: -7px;
* margin-bottom: -7px;
}
form,fieldset{
margin: auto;
padding: 20px;
border: none;
}
fieldset{
padding: 0;
}
input[type="text"],input[type="password"],select{
width: 300px;
padding: 3px;
border: 2px #666666 solid;
border-right: 1px #CCCCCC solid;
border-bottom: 1px #CCCCCC solid;
background: #FFFFFF url(inputbg.jpg) top repeat-x;
}
textarea{
padding: 3px;
border: 2px #666666 solid;
border-right: 1px #CCCCCC solid;
border-bottom: 1px #CCCCCC solid;
background: #FFFFFF url(inputbg.jpg) bottom repeat-x;
overflow: auto;
}
select{
padding: 2px;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
background: #D8E4F2;
}