@charset "utf-8";
/* CSS Document */

#sumblock
{
	background-image:url('../image/hands.jpg'); 
	width:100%; 
	height:400px; 
	position:relative;	
}

#smallsumblock
{
	font-size:9pt; 
	/*border:1px solid #09F;*/
	width:300px;
	height:120px;
	padding:10px; 
	background-color:#EBEBEB; 
	position:absolute;
	filter: alpha(opacity=80);
	opacity:0.8;
}

#smallblockhead
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt; 
	color: black;
	margin-bottom: 10px;
	font-weight:bold;
}

#link
{
	margin-top:10px;
}

a.link:link              { color:#00C; text-decoration:none; }
a.link:visited           { color:#00C; text-decoration:none; }
a.link:hover             { color:red; text-decoration:none; }
a.link:active            { color:red; text-decoration:none; }
