
body {
    background-image: url(images/login_background_2.jpg);
    background-repeat: repeat-x;
}


div#container {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}



table#index {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

table#index td#corner_upper_left {
    width: 50px;
    height: 50px;
    background-image: url(images/login_corner_upper_left.png);
    background-repeat: no-repeat;
}


table#index td#border_upper {
    height: 50px;
    background-image: url(images/login_border_upper.png);
    background-repeat: repeat-x;
}


table#index td#corner_upper_right {
    width: 50px;
    height: 50px;
    background-image: url(images/login_corner_upper_right.png);
    background-repeat: no-repeat;
}


table#index td#border_left {
    width: 50px;
    background-image: url(images/login_border_left.png);
    background-repeat: repeat-y;
}

table#index td#center {
    background-color: black;
    color: white;
}

table#index td#center a {
    color: #ff5555;
}

table#index td#border_right {
    width: 50px;
    background-image: url(images/login_border_right.png);
    background-repeat: repeat-y;
}


table#index td#corner_lower_left {
    width: 50px;
    height: 50px;
    background-image: url(images/login_corner_lower_left.png);
    background-repeat: no-repeat;
}


table#index td#border_lower {
    height: 50px;
    background-image: url(images/login_border_lower.png);
    background-repeat: repeat-x;
}


table#index td#corner_lower_right {
    width: 50px;
    height: 50px;
    background-image: url(images/login_corner_lower_right.png);
    background-repeat: no-repeat;
}




table#index div#logo {
    text-align: center;
    border-bottom: 2px gray dashed;
    top: -20px;
    position: relative;
}
