td.floor
{
	height: 100%px;
	background-image: url('../img/title_floor.jpg');
	background-repeat: repeat-x;
}
td.wall
{
	height: 394px;
	background-image: url('../img/title_wall.jpg');
}

td.wall2
{
	background-image: url('../img/title_wall2.jpg');
	background-position: right;
	background-repeat: no-repeat;
}
td.floor2
{
	background-image: url('../img/title_floor2.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: bottom;
	width:100%;
}
td.floor3
{
	vertical-align:bottom;
}
a.main
{
	font-size: 28px;
	text-decoration:none;
	border-bottom: 1px dashed #f6d38b;
}
a.main:hover
{
	border-color: yellow;
}
div.contacts
{
	margin-top:100px;
}

