/****** publicity ******/

#postit {
position:absolute;
top:150px;
left:500px;
width:335px;
padding:5px;
background-color:#E1E5E8;
border:1px solid black;
visibility:hidden;
z-index:500;
}

#promo {
position:absolute;
top:25px;
left:10px;
width:315px;
height:136px;
padding:1px;
background-color:#E1E5E8;
border:1px solid black;
z-index:500;
}

#flashpromo {
position:absolute;
top:0px;
left:0px;
width:315px;
height:136px;
padding:5px;
background-color:#E1E5E8;
border:1px solid black;
z-index:500;
}

.promo_link a {
text-decoration: none;
position:absolute;
bottom:-20px;
left:-1px;
width:322px;
height:20px;
padding:0px 0px 0px 0px;
background-color:#B0E3A5;
border: solid 1px #B0E3A5;
font-family: Arial;
font-size: 13px; 
text-align: center; 
font-weight: bold; 
line-height: 15px; 
letter-spacing: 0.02em; 
color: #003A5F;
}

.promo_link a:hover {
text-decoration: underline;
color: #183466;
}

/****** end publicity ******/