
body {
background-position:center top;
	background-color: #000000;
}




/*** Rozmiestnenie ***/
#hlavny       {
	position: relative;
	width: 1100px;
	min-height: 500px;
	margin: 0 auto;
	top: 15px;
	}
	
	a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: #D60000;
	text-decoration: underline;
}

a:visited {
	color: #e9e30b;
	text-decoration: none;
}

table {
	font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: left;
	color: #333333;
	padding: 5px 10px 5px 20px;
}

