html { 
	height: 100%; 
}

body { 
	height: 99%; 
	margin: 0; 
	padding: 0px; 
	font-family: Arial, Helvetica, Sans Serif; 
	line-height: 120%; 
	font-size: 12px; 
	background-color: #000000;
	color: #ffffff;
	background: url(../img/back.gif) top center repeat-y; 
}

#topmenua{
	margin: 0;
	padding:0px;
	line-height: 1.6em;
	text-align: center;
	color: #ffffff;
	background: #000000;	
}

h1 {
	color: #b70000;
	font-size: 12px; 
}

td {
	text-align: left;
	font-size: 12px;
	margin: 0;
	height: 100%;
	padding: 0px;
}

#main_cont{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 400px;
}

a:link{
	color: #cdcdcd;
	text-decoration:none;
}

a:visited{
	color: #909090;
	text-decoration:none;
}

a:active{
	color: #909090;
}

a:hover{
	color: #909090;
}

#logo{
	text-align: right;
}
