/* Begin Floating Ads Style */
#float-left {
position:fixed;
width: 100%;
height: 100px;
background:#333;
margin-bottom:15px;
border-bottom: solid #000000;
padding: 5px 0 5px 0;
}

#float-right {
position:fixed;
top: 5px;
right:10px;
bottom: 5px;
float:right;
width: 160px;
height: 768px;
margin-bottom:15px;
border-bottom: solid #000000;
padding: 5px 0 5px 0;
}
/* End Floating Ads Style */