/*advert*/

#button{
background-image:url(closehover.png);
width:30px;
height:30px;
z-index:105;
top:60px;
position:fixed;
cursor:pointer;
left:35.5%;
}

#button:hover{
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
cursor:pointer;
}     

#advertwrapper{
/*border:solid 1px;
right:400px;
margin-left: 500px;*/
width:100%;
margin:0 auto;
top:50px;
position:fixed;
}

/*advert2 */


#button2{
background-image:url(closehover.png);
width:30px;
height:30px;
z-index:105;
right:2px;
top:1px;
position:fixed;
cursor:pointer;
}

#button2:hover{
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
cursor:pointer;
}     

#advertwrapper2{
border:solid 1px;
right:1px;
top:0px;
position:fixed;
}
#myAdvert #advertwrapper img{border:1px solid #ffffff;}