.tagline{
   display:none;
   position:absolute;
   top:50px;
   left:50%;
   margin-left:-340px;
   width:750px;
   font-family: Helvetica Neue, Arial;
   background:#222222; 
	color:#8FFCBB;
	opacity:0.9; /* transparency */
	filter:alpha(opacity=90); /* IE transparency */
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:5px;
       font-style:italic;
       font-size:18px;
       text-align:center;
}

.tagline span {font-weight:bold;}
.tagline a{color:#8FFCBB;text-decoration:none;border-bottom: 1px dotted #fff;}
.tagline a:hover{border-bottom: 1px solid #fff;}
.infobyte{
    position:absolute;
    left:0;
    bottom:0px;
    width:300px;
    font-family: Helvetica Neue, Arial;
	color:white;
	opacity:0.9; /* transparency */
	filter:alpha(opacity=90); /* IE transparency */
        padding:5px;
       font-style:italic;
       font-size:14px;
       height:120px;
    padding-left:35px;
}

.infobyte {
   background:url(/images/search/dory-icon-small.png) top left no-repeat;
   background-size:35px;
   background-color:#222222;
}