html {
height:100%;
background-color:#0e0e0e;
}
* html body {
height:100%;
}
body{
padding:0; margin:0 auto;
min-height:100%;
position:relative;
width:100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
}
H1 {
padding:0px;
MARGIN: 0px; 	
}
H2 {
padding:0px;
MARGIN:0px;

}
H3 {
padding:0px;
MARGIN:0px; 	
}

A {

}
A:hover {
text-decoration: none;
}
#top {
text-align:center;

}
#content {
clear:both;
overflow:hidden;
padding-bottom:100px;
text-align:center;
padding-top:20px;
font-weight:bold;
}
#content h1 {
margin:0px auto;
color:#fff;
font-size:20px;
width:940px;
background:url(../images/bkg_h1.gif) repeat-x;
padding-bottom:5px;
padding-top:1px;
}
#content input{
width:250px;
margin-top:7px;
border:solid 1px #fff;

}
#content select{
width:250px;
margin-top:7px;
border:solid 1px #fff;

}
#foot{
position:absolute;
bottom:0px;
}
