body
{
        color:#ffffff;
        margin:0px;
        background-image:url("/images/background.jpg");
        background-repeat:repeat-x;
        background-color:#000000;
}

#top
{
        background-image:url("/images/ymilogo.png");
        background-repeat:no-repeat;
        height:67px;
        margin:5px;
        text-transform: uppercase;
        padding-left:80px;
        padding-top:32px;
        color:#ffffff;
        font-weight:bold;
        font-family:arial, tahoma, helvetica, times;
        font-size:14px;
}


#middle
{
        padding-left:25px;
        padding-right:25px;
        color:#ffffff;
        font-family:arial, tahoma, helvetica, times;
        font-size:14px;
}


#bottom
{
        height:50px;
        color:#ffffff;
        font-family:arial, tahoma, helvetica, times;
        font-size:10px;
        text-align:center
}

a
{
        color:#e3e3e3;
}

a:hover
{
        color:#ffffff;
}