body {
    background-color: #000000;
    background-image: url(images/fire-ice-line-bg.jpg);
    background-repeat: repeat-x;
    background-position: left 150px;
    }

#main {
    margin: 10px auto;
    position: relative;
    background-color: #21233b;
    width: 750px;
    min-height: 500px;
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    padding: 3px;
    font-family: Verdana;
    font-size: 9pt;
    color: #ffffff;
    }
    
#main a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    }
    
#top-nav {
    margin: 25px auto 5px auto;
    position: relative;
    background-color: #2123b;
    width: 750px;
    height: 25px;
    font-family: sans-serif;
    font-size: 9pt;
    color: #ffffff;
    text-align: center;
}

#top-nav a {
    text-decoration: none;
    color: #ffffff;
    }
    
#top-nav a:hover {
    font-weight: bold;
    }
    



