html {
	min-height: 100%;
	height: auto;
}


body{
background:black;
background-image:url('images/firebot.gif');
background-repeat:repeat-x;
background-position:bottom;
color:#ffffff;
font-family:verdana, arial, sans-serif;
font-size:12px;
}

h1{
margin-bottom:20px;
font-size:14px;
text-align:center;
}

.wrapper{
width:800px;
margin:0 auto;
}

#logo{
float:left;
}

#form-title{
float:right;
margin-right:16px;
}

.clearboth{
clear:both;
}

.form{
background:#a00000;
background-image: url(images/top.gif), url(images/bot.gif);
background-repeat: repeat-x;
background-position: top, bottom;
width:397px;
height: auto;
float:right;
color:#FABD00;
padding:5px;
text-align:center;
font-weight:bold;
}

.form ul{
text-align:left;
}

.af-form-wrapper a:link, .af-form-wrapper a:visited, .af-form-wrapper a:active{
color:white;
font-weight:bold;
}

.af-form-wrapper a:hover{
color:#40D000;
}

a:link, a:visited, a:active{
color:#ffffff;
}

a:hover{
color:#40D000;
}

#links{
font-family:Lucida Console, Verdana;
font-size:14px;
}

#links li{
list-style-type:none;
margin-top:3px;
text-align:center;
margin-left:-45px;
}

img{
border:0;
}