#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
visibility: hidden;
z-index: 555;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
padding: 5px;
z-index: 5;
width: 200px;
}

#terms-container{
	position: relative;
	width: auto;
	height: auto;
	left: 5%;
	padding: 10px 0px 5px 0px;
	float: left;
}

.terms-of-service{
	width: 90%;
	text-align: justify;
}

#advertisers-container{
	position: relative;
	float: left;
	width: 90%;
	height: auto;
	left: 5%;
	padding: 15px 0px 5px 0px;
	text-align: justify;
}