@charset "utf-8";
/* CSS Document */


.thumb a
{
	display: block;
	float: left;
	overflow: hidden;
	z-index:1;
	position: relative;
	margin: 0 0px 0 0;
	border: solid 1px #ccc;
	visibility: visible;
}
.thumb a:hover	{overflow:visible; z-index: 1000;}
.thumb a:hover img
{
   width: 27px;
   height: 27px;
   position: absolute;
   margin-left: 0px;
   margin-top: -12px;
}


a:link {
	text-decoration: none; border: 0; 
}
a:visited {
	text-decoration: none; border: 0;
}
a:hover {

	text-decoration: none; border:0;
}
a:active {
	text-decoration: none; border: 0;
}

body
{
	background-repeat:repeat-x;
	background-color:#33C;
}

.bkg
{
    display: block;
    margin-left: auto;
    margin-right: auto
}

.about 
{
padding-left:10px;
margin-top:237px;
margin-left:70px;
z-index:inherit;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
