html { 
	height: 100%; 
}

body { 
	height: 99%; 
	margin: 0; 
	padding: 0px; 
	font-family: Arial, Helvetica, Sans Serif; 
	line-height: 120%; 
	font-size: 12px; 
	color: black;
	background: url(../img/back.png); 
}

.text {
	width:142px;
	vertical-align:top;
	text-align:left;
}

.backg {
	width:100%;
	margin: 0; 
}

.mainpart {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
	margin: 0;
	vertical-align:top;
}

.main_location {
	position:absolute;
	top:494px;
	left:0px;
	width:100%;
	z-index:1;
	margin: 0;
}

.location {
	background: #ad91b7;
	height: 30px;
	margin: 0; 
}

.main_center {
	width:500px;
}

#top {
	height:500px;
	background:white;
	margin: 0;
}

#bottom {
	position:absolute;
	left:112px;
	top:409px;
	height:125px;
	z-index:2;
	margin: 0;
}

.topmenua{
	text-align: left;
	vertical-align:top;
	color: #451c58;	
}

h1 {
	color: #b70000;
	font-size: 18px; 
        color: #451c58;
}

td {
	text-align: left;
	font-size: 12px;
	margin: 0;
	height: 100%;
	padding: 0px;
}

#list{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 200px;
}

a:link{
	color: #451c58;
	text-decoration:none;
}

a:visited{
	color: #909090;
	text-decoration:none;
}

a:active{
	color: #909090;
}

a:hover{
	color: #909090;
}