html, body{height:100%;} 
/* end hack */
#layout {
text-align: left;
margin: 0 auto;
width: 724px;
position: relative;
min-height:100%;
margin-left:auto;/* center it*/
margin-right:auto;/* center it*/
}

#button {
float: right;
background-image:url(images/button.gif);
width: 80px;
height: 34px;
border: 0;
}

#address {
background-image:url(images/address.gif);
width: 485px;
height: 34px;
}

#address_box {
background: url(images/addressbox.gif);
margin-top: 10px;
margin-left: 7px;
color:#000000;
background-color:#FFFFFF;
font-weight:bold;
font-size:14px;
font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
width: 476px;
height: 20px;
border-style:solid;
border-color:#FFFFFF;
}

#error {
margin: auto;
border:2px solid #b8ff8d;
background:#daffc4;
width: 690px;
padding: 2px;
}

a:link, a:visited, a:active {
color: #002f9a;
text-decoration: none;
font-size: 11px;
}

a:hover {
color: red;
text-decoration: underline;
font-size: 11px;
}

#bottombar {
text-align: center;
background: #BC0B12;
border-top: 1px dotted #FFCDC6;
color: #FFFFFF;
padding: 3px 0;
font-size: 11px; 
font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, 'Times New Roman';
width: 100%;
bottom: 0px;
left: 0px; 
}

#bottombar a {
font-size: 11px; 
color: #FFFFFF;
text-decoration: underline;
}

#bottombar a:hover {
font-size: 11px; 
color: #FFFFFF;
text-decoration: none;
}
