﻿body 
{
	margin:0px;
}
.footer
{
	background-color:#293f6f;
	font-family:@Arial Unicode MS;
	text-align:center;
	color:White;
	font-size:14px;
	height:30px;
	
}
.contentbg
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

.thumbnail a img {border:none;}
.thumbnail a:hover img 
{
	border-bottom-style:groove;
	border-bottom-width:thin;
	border-color:ActiveCaption;
  opacity: 0.8;
  filter: alpha(opacity = 80); /* for IE */
}


