﻿#main {
    left: 20px;
    width: 930px;
}#left {
display:none;
}
#home 
{
	font-family: Tahoma, Verdana, Geneva, Sans-Serif;
	margin-top: 366px;
	margin-right: 10px;
	
}

#home h5 a 
{
	text-decoration: none;
}
#home h5 a:hover
{
	text-decoration: underline;
}
#home h5
{
	margin-bottom: 4px;
	text-align: center;
}
#home .block 
{
	float: left;
	margin: 6px;
	height: 72px;
	width: 153px;
	font-size: 12px;
	line-height: 1.3;
	background-image: url('/images/bg/home_teaser.png');
}

#home .block .cnt
{
	padding: 5px;
	position: absolute;
	height: 92px; /* 90 - padding */
	width: 143px; /* 150 - padding */
	color: #e4175d;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
}


#home .block:hover
{
	
}


