﻿body 
{ 
	background: white url(../../images/background/bg_about.jpg) no-repeat center top scroll; 
}

.news h4 
{ 
	font-size:0.9em; 
	padding-botton:20px; 
	font-weight:none;
}

.news h3 
{ 
	margin:0px;
}

a#About 
{ 
	background: url(../../images/video/video_callout_hover.jpg) no-repeat scroll top center; 
	width:150px; 
	height:155px; 
	display:block; 
	margin:0px 0px 0 25px;
	float:left; 
	z-index:10000;
	}

#About:hover
{ 
	background: url(../../images/video/video_callout.jpg) no-repeat scroll top center; 
	width:150px; 
	height:155px; 
	display:block; 
	margin:0px 0px 0 25px; 
	float:left; 
	z-index:10000 
}

*a#About  
{ 
	background: url(../../images/video/video_callout_hover.jpg) no-repeat scroll top center; 
	width:210px; 
	height:155px; 
	display:block; 
	margin:0px 0px 0 -2px; 
	float:left; 
	z-index:10000;
}

*a#About:hover
{ 
	background: url(../../images/video/video_callout.jpg) no-repeat scroll top center; 
	width:210px; 
	height:155px; 
	display:block; 
	margin:0px 0px 0 -2px;  
	float:left; 
	z-index:10000;
