.BannerBG{
        height: 30px;
        line-height:30px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:normal;
        background-color:#484e56;
        background-image:url(../../images/banners/bg.png);
        background-repeat:repeat;
        color:#eaeaea;
        text-align:center;
        text-shadow:0 1px #000;
        /*margin: 0 auto;*/
        }
        
.BannerBG a, .BannerBG a:link {
        color:#58b3fb;
        text-decoration:none;
        text-shadow:0 0;
        font-weight:normal;
        }
        
.BannerBG a:hover, .BannerBG a:active{
        color: #58b3fb;
        text-decoration:underline;
        text-shadow:0 0;
        }
        
.BannerBG a#BannerClose{ background:url(../../images/banners/closebutton_cross.png) no-repeat right 10px;
		padding-right:15px;
		position: absolute; 
		right:0px; top: 0px; 
		height:30px; 
		line-height: 30px;
		font-weight:normal;}

.BannerBGInner{ width:960px; margin:0 auto; position: relative; height:30px; line-height: 30px; display: none; }

#banner_content{height:30px; line-height: 30px; font-weight:bold; color:#eaeaea;
		font-size:12px;
        color:#eaeaea;
        text-align:center;
        text-shadow:0 1px #000;}