.clear
        {
        	clear:both;
        }
        
        .leftDiv
        {
        	float:left;
        }
        
        .mainDiv
        {
        	margin:5px;
        	height:100px;
        }
        
        .rightDiv
        {
        	float:left;
        }
        
        .showDiv
        {
        	float:left;
        	margin-right:5px;
        	width: 250px;
        	height:120px;
        }
        
        .slideDiv
        {
        	background: url(../images/tagline-slide.jpg) top left no-repeat;
        	width: 294px;
        	height:62px;
        	position:absolute;
        	float:left;
        	z-index:100;
        	margin-top: 64px;
        }