body {
	background-color: #1a6b99;
}
#visitHours {
	background-color: #00a8ec;
	background-image: url("img/clock.png");
}
#registration {
	background-color: #43b51f;
	background-image: url("img/phone.png");
}
#address {
	background-color: #d94234;
	background-image: url("img/maps.png");
}
#fullTitle {
	background-color: #ce42e1;
	background-image: url("img/task.png");
}
#doctor {
	background-color: #ff840c;
	background-image: url("img/user.png");
}
#map {
	background-color: #bbaead;
	background-image: url("img/maps.png");
	width: 128px;
	height: 128px;
}
div.tileRight {
	width: 230px; 
	height: 90px;
	margin: 5px;
	color: white;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
	padding-left: 70px;
	padding-top: 38px;
	line-height: 16pt;
	font-weight: bold;
}
.tileRight:hover {
	opacity:0.9;
 	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.tileMap:hover {
	background-image: url("img/map2.jpg");
}

div.tileMap {
	width: 485px; 
	height: 375px;
	margin: 5px;
	border: 10px solid #bbaead;
	background-color: #bbaead;
	background-image: url("img/map1.jpg");
	background-repeat: no-repeat;
}
div.tileFullTitleLeft {
	width: 435px;
	margin: 5px;
	height: 75px;
	background-color: #ce42e1;
 	background-image: url("img/task.png");
	color: white;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 16pt;
	text-align: center;
	padding-left: 70px;
	padding-top: 53px;
	line-height: 16pt;
	font-weight: bold;
}
div.tileSpaceLeft {
	width: 505px;
	margin: 5px;
	height: 128px;
}
div.columnLeft {
	float:left;
	width: 505px; 
}
div.columnRight {
	float: right;
	width: 300px;
}
div.container {
	margin: 0 auto;
	width: 810px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-330px 0 0 -420px;
}
