﻿/*ROZLOZENI */
body {
	background-color: #E4E3E1;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
#main {
	position:relative;
	clear: both;
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image:url(/gfx/main-home-bg.jpg);
	background-repeat:repeat-y;
	height:620px;
}
#logo-tempus {
	position:absolute;
	top:73px;
	left:200px;
	width:143px;
	height:106px;
	z-index:10;
}
#footer {
	margin-top:0px;
	width:980px;
	position:absolute;
	top:590px;
	left:0px;
	z-index:1;
	text-align:center;
}
#footer p{
	color:#000000;
	font-size:8pt !important;
	font-weight:bold;
}
#footer a{
	color:#d68043;}

#footer a:hover{
	color:#9f1a22;
	text-decoration: underline;}
