body{
	width: 100%;
	height: 100%;
	margin: 0;
	background: #990000;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #fff;
}
table{
	font-size: 12px;
	font-family: Verdana;
	margin-left: 17px;
	padding: 0;
}
#header{
	width: 100%;
	height: 205px;
	background: #990000 url(img/header.jpg) no-repeat top left;
}
#menu{
	width: 234px;
	float: left;
}
#content{
	width: 700px;
	margin-left: 8px;
	float: left;
}
#content p{
	margin: 15px;
	text-align: justify;
}

#footer {
	width: 100%;
	height: 170px; 
	background: url(img/footer.jpg);
	float: left;
}
#push {
	height: 170px;
}
#openings{
	width: 419px;
	float: left;
}
#adres{
	width: 225px;
	float: right;
}