body {
text-align:center;
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color: #FFFFFF; 
color:#6E6E6E;
}

a {
	color: #6E6E6E;
	text-decoration: none;
	font-weight: bold;
}

#header {
background: url("../images/thermohauser-header.png") no-repeat 0 0;
height: 150px;	
border-bottom: 25px solid #FFFFFF;
}

#page {
width: 800px;
margin:0 auto; 
text-align:center;
}

#content {
	float: right;
	width: 780px;
	background: #FFFFFF;
	text-align: justify;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	color: #6E6E6E;
}

#links {
	float: right;
	width: 780px;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	color: #000;
}

#footer {
	background: url("../images/stopka_b.png") no-repeat 0 0;
	height: 80px;
	border-top: 25px solid #FFFFFF;
	border: 1px dashed;
	text-align: right;
	padding-top:20px;
	padding-right:15px;
	font-size: 14px;
	color: #6E6E6E;
	clear:both;
}

