#spot {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background:#000;
position: expression('absolute');
height: expression(document.documentElement.scrollHeight+'px');
width: expression(document.documentElement.scrollWidth+'px');
z-index: 99999;
}
#spot img {
margin-bottom:15px;
}

#spot div.sp1 {
text-align:center;
padding-top:10px;
color:#fff;
}
#spot a {
color:#fff;
}
#spot1 {
width:500px;
margin:auto;
}
a.promo {
}
a.promo div {
color:#000;
font-weight:bold;
border:1px solid #000;
background-color:#FFCC00;
font-size:14px;
text-decoration:none;
padding:5px;
padding-left:8px;
padding-right:8px;
}
a.promo:hover div {
text-decoration:none;
border:1px solid #000;
color:#000;
background-color:#fff;
}
