div#bottom{
background-image: url("/graphics/bottombox.jpg");
width: 760px;
height: 341px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
div#middle{
width:760px;
height: 176px;
margin-left: auto;
margin-right: auto;
}
div#left{
width:380px;
height: 176px;
background-image: url("/graphics/foundabill.gif");
float:left;
margin:0px;
}
div#right{
width:380px;
height: 176px;
background-image: url("/graphics/trackerlogin.gif");
float:right;
margin: 0px;
}

div#middle form span{
font-weight: bold;
}

/* Start Track Button */

div#left form{
top: 100px;
position:relative;
width:220px;
margin-left: auto;
margin-right: auto;
}

div#left button#track{
display: block;
width: 58px;
height: 23px;
background: url("/graphics/submitnormal.gif");
float: right;
border: none;
}

div#left form input{
display: block;
float:left;
}

div#left button#track:hover{ 
background: url("/graphics/submitselected.gif");
cursor: pointer;
}

div#left button#track img{
display: none;
}

div#right button#login{
display: block;
width: 58px;
height: 23px;
background: url("/graphics/loginnormal.gif");
float:left;
border: none;
}

div#right button#login:hover{ 
background: url("/graphics/loginselected.gif");
cursor: pointer;
}

div#right button#login img{
display: none;
}

div#right a#reg{
display: block;
width: 69px;
height: 23px;
background: url("/graphics/registernormal.gif");
z-index:2;
float: right;
}

div#right a#reg:hover{ 
background: url("/graphics/registerselected.gif");
}

div#right a#reg span{
display: none;
}

div#right form div {
width:130px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
}

div#right form{
position: relative;
top: 75px;
text-align: right;
margin-left: auto;
margin-right: auto;
width:215px;
}
div#right form input{
width: 140px;
}

div#right form span{
position: relative;
bottom: 1px;
}

div#bottom span#footer{

color: #000080;
width: 760px;
position: relative;
height: 2em;
bottom: -88%;
}