body {
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

#container {
    margin-top: 50px;
    height: 600px;
    width: 900px;
    background-image: url(../img/rental_background.jpg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding-left:0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.9em;
}

#links {
    position:relative;
    top:230px;
    float:left;
    width:280px;
    margin-left:10px;
}

#admin_comp_link {
    position:relative;
    float:right;
    top:555px;
    padding-right:7px;
}

div.linkz {
    padding-bottom: 6px;
}

img {
    border: 0px;
}

a:link, a:visited {
    text-decoration: none;
    border-bottom: 1px solid white;
}

a:hover, a:active {
    text-decoration: none;
    border-bottom: 1px solid black;
}
