html {
background-image: url('images/gradient2.png');
background-repeat:repeat-x;
font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
font-size: 100%;
height: 100%;
}

#footer {
   position:absolute;
   bottom:0;
   width:99%;
   height:40px;
}

#header {
margin: 25px auto 30px auto;
}

#billbox {
//border: 3px solid black;
width:820px;
//height:400px;
height:auto;
padding:0px;
text-align: center;
}

#account {
width: 600px;
}

#account ul {
list-style-type: none;
margin:0;
padding:0;
overflow:hidden;
}

#account li {
float:left;
}

#account a:link {
display:block;
width:192px;
height:30px;
font-weight:bold;
color:white;
background-color:#90A8FF;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}

#account a:visited {
display:block;
width:192px;
height:30px;
font-weight:bold;
color:white;
background-color:#90A8FF;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}

#account a:active {
background-color:#215EC0;
}

#account a:hover {
background-color:#215EC0;
}
