div.container {top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; display: table}


body{
	background-color: black;
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

img{
	border: 0px;
}

img.displayed {
	display: block; 
	margin: 1em auto
}

p {
	color: white;
	display: block; 
	vertical-align: top;
	text-align: left;
}

p.main{		
	text-align: justify;
}

p.contact{ 
	color: grey;
	font-size: 12px;
	text-align: right;
}
p.intro {display: table-cell; vertical-align: middle; text-align: center}

P.podpis{
	color: #737373;
	font-size: 10px;
	margin-top: 0px;	
	text-align: right;
}

#prices {
	position: absolute;
	left: 150px;
	top: 350px;
	width: 250px;
}

#main {
	position: absolute;
	left: 450px;
	top: 350px;
	width: 620px;
}

#contact {
	position: absolute;
	left: 535px;
	top: 0px;
	height: 20px;
	width: 600px;
}


