/*body {
background-attachment: fixed;
background-image: url(images/body-bg.jpg);
background-repeat: repeat-x;
background-position: left top;

background:fixed url(images/body-bg.jpg) repeat-x;
margin: 0px;
padding: 0px
}
.title {  background-attachment: fixed; background-image: url(images/home_01.jpg); background-repeat: no-repeat; background-position: left top; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}
.m-title {  background-attachment: fixed; background-image: url(images/member_01.jpg); background-repeat: no-repeat; background-position: left top}
*/
body {
background:fixed url(images/body-bg.jpg) repeat-x left top;
margin: 0px;
padding: 0px;
}

.title {
background: fixed url(images/member_01.jpg) no-repeat left top;
}

.f10 {
font-size: 10px;
color:FFFFFF;
}

.m-title {
background:fixed url(images/member_01.jpg) no-repeat left top;
}

#link{
position: absolute;
left: 310px;
top: 50px;
width:213px;
height:68px;
display:block;
text-indent:-9999px;
outline-style:none;
}