body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans;
	color: #fff;
	font-size: 15px;
	background: #012B78;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

p {
	margin-top: 0;
}

h1 {
	display: none;
}

#page {
	position: relative;
	margin: auto;
	width: 888px;
	height: 726px;
	background: url(tlo.gif) no-repeat #fff;
}

#head {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 320px;
	height: 200px;
	line-height: 30px;
	text-align: center;
}

#contact {
	position: absolute;
	top: 50px;
	left: 525px;
	width: 305px;
	height: 200px;
	line-height: 31px;
	text-align: center;
}

#descr {
	position: absolute;
	top: 320px;
	left: 50px;
	width: 780px;
	height: 350px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
}

#foot {
	position: absolute;
	top: 705px;
	left: 50px;
	width: 780px;
	height: 20px;
	text-align: center;
	font-size: 11px;
	color: #000;
}
#foot a:link, #foot a:visited {
	color: #000;
	text-decoration: none;
}
#foot a:hover, #foot a:active {
	color: #000;
	text-decoration: underline;
}

#bottom {
	display: none;
}

.head {
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 31px;
}

