body {
        background-color: #ffffff;
	background-image: url('/../fsm/bgr.gif');
        margin: 0;
        padding: 0;
        color: #000000;
        font-family:verdana;
        font-size: 12px;
    }
#gradient {
	background-image: url('/../fsm/gradientbgr.gif');
	background-repeat: repeat-x;
        width:100%;
        clear : both;
	text-align: center;

    }
#container {
        margin:0;
        width:800;
	text-align: center;
    }

#head {
        width:800px;
        height:280px;
	background-image: url('/../fsm/headimg.png');

    }


 #wrapper {
margin: 0 auto;
 overflow: hidden; 
 display: table;
 }


#menu {
	background-image: url('/../fsm/leftbgr.png');
        width:190px;
        padding:10px 30px 10px 30px;
	text-align: center;
	display: table-cell;
	vertical-align: top;
    }

#center {
	background-image: url('/../fsm/centerbgr.png');
        width:490px;
        padding:10px 30px 10px 30px;
	display: table-cell;
	vertical-align: top;
    }

#top {
        clear: both;
	background-image: url('/../fsm/topbgr.png');
        height:90px;
    }

#bottom {
        clear: both;
	background-image: url('/../fsm/bottombgr.png');
        text-align:left;
        height:30px;
        padding:60px 0px 0px 0px;
	text-align: center;
        color: #ffffff;
    }





a:link {color: black; text-decoration:none}
a:visited {color: black; text-decoration:none}
a:hover {color:black; text-decoration: underline}
a:active {color:black; text-decoration: underline}

table {
        color: #ffffff;
        font-family:verdana;
        font-size: 12px;
	text-align: center;
}

