		#headstill {
			width: 1000px;
			position: relative;
			height: 325px;
		}

		#headstill .still {
			border: 5px solid #505050;
			position: absolute;
			top: 0;
			left: 0;
			width: 1000px;
			height: 325px;
			overflow: hidden;
			text-align: center;
		}
		
		
div.transbox {
    background-color: #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

div.transbox2 {
    background-color: #2B2B2B;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

div.imagecell {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

div.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


.body2 A:link {color: #585858; text-decoration: underline}
.body2 A:visited {color: #585858; text-decoration: underline}
.body2 A:active {color: #585858; text-decoration: underline}
.body2 A:hover {color: #585858; text-decoration: underline}


.body3 A:link {color: #FF3300; text-decoration: underline}
.body3 A:visited {color: #FF3300; text-decoration: underline}
.body3 A:active {color: #FF3300; text-decoration: underline}
.body3 A:hover {color: #FF3300; text-decoration: underline}

