body{
 margin: 0 0 0 0;
 font-color: #DECA53;
 line-height: 17px;
 text-align:left;
 background-image:url(./flower161.gif);
 background-position : right top;
 background-repeat : no-repeat;
 background-color : #ffffff;
 background-attachment: fixed;
}

td{
 font-size: 9pt;
 line-height: 17px;
}
/* back—v‘f
----------------------------------------------------------- */
#back {
 width: 100%;
 margin-left:0;
 margin-right:0;
 text-align:center;
 background: url();
 background-repeat: repeat-x;
 background-position: left top;
}

/* container—v‘f
----------------------------------------------------------- */
#container {
 width: 680px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 background: url(./dot.gif);
 background-repeat: repeat-y;
 background-position: 80 top;
}

/* menu—v‘f
----------------------------------------------------------- */
#menu {
 font-color: #D03B27;
 position: fixed;
 width: 130px;
 height: 400;
 margin:0 auto;
 float: left;
}  

/* main—v‘f
----------------------------------------------------------- */
#main {
 margin:0 auto;
 width: 550px;
 float:right;
}

/* footer—v‘f
----------------------------------------------------------- */
#footer {
 width: 100%;
 clear: both;
}