﻿@charset "UTF-8";
/* CSS Document */
#sp_promo{ display:none; position:absolute; z-index:1010; left:0; top: 0; width:100%; height:100px; background:#000; opacity:0.75; filter:alpha(opacity=75); cursor:pointer;}
#sp_promo_content{ display:none; position:absolute; z-index:1011; left:50%; top:0px; width:800px; height:400px; overflow:hidden; margin:0 0 0 -400px; background:url('../images/promo.gif') left top no-repeat; cursor:pointer;}
