body {
background-color:             #000;
text-align:                   center;
}

#content {
background-image:             URL('graphics/bg_1.gif');
background-repeat:            norepeat;
width:                        650px;
height:                       400px;
position:                     relative;
margin:                       auto;
border:                       0px solid white;
padding:                      50px;
}

#logo {
background-image:             URL('graphics/logo_1.gif');
width:                        400px;
height:                       100px;
position:                     relative;
top:                          17px;
margin:                       20px auto;
}

#menu {
width:                        500px;
height:                       25px;
background-image:             URL('graphics/menu_1.gif');
position:                     relative;
top:                          15px;
margin:                       auto;
color:                        white;
font-family:                  Verdana;
font-size:                    12px;  
}

#menu-left {
width:                        63px;
height:                       25px;
background-image:             URL('graphics/menu_1_left.gif');
position:                     absolute;
left:                         0px;
}

#menu-right {
width:                        63px;
height:                       25px;
background-image:             URL('graphics/menu_1_right.gif');
position:                     absolute;
right:                        0px;
}

p {
font-family:                  Tahoma;
font-size:                    11px;
color:                        #FFF;
text-indent:                  7px;
margin-top:                   4px;
margin-left:                  14px;
margin-right:                 14px;
text-align:                   justify;
}

h1 {
font-family:                  Tahoma;
font-size:                    23px;
color:                        #FFF;
text-indent:                  0px;
}

img {
border:                       solid 0px white;
}

#menu a {
color:                        white;
margin-right:                 5px;
margin-left:                  5px;
font-family:                  Verdana;
font-size:                    12px;
text-decoration:              none;
position:                     relative;
top:                          2px;
}

#menu a:visited {
color:                        #A1B5FF;
}

#menu a:hover {
color:                        #FFC058;
text-decoration:              underline;
}