﻿body 
{
    background-image:url("../images/mcdbg.gif");
}


#topmenu
        {
            position:relative;
            background-image:url("../images/bluewhite.jpg");
            top:1px;
            width:950px;
            height:100px;
            border-width:thick;
            border-style:groove;
            border-color:Black;
            z-index:1;  
        }
#sidemenu
        {
            position:absolute;
            background-image:url("../images/bluewhite.jpg");
            width:145px;
            height:493px;
            border-width:thick;
            border-top-width:0px;
            border-bottom-width:0px;
            border-style:groove;
            border-color:Black;
            z-index:2;
            
        }
#contactmenu
    {
        position:absolute;
        background-image:url("../images/bluewhite.jpg");
        top:619px;
        width:145px;
        height:210px;
        border-width:thick;
        border-top-width:0px;
        border-style:groove;
        border-color:Black;
        z-index:4;
        text-align:center;
        vertical-align:middle; 
    
    }
#middleview
        {
            position:absolute;
            top:130px;
            left:170px;
            width:805px;
            height:400px;
            z-index:3;
                
        }
a
        {
            text-decoration: none;
            color:White;
        }


