* {
	margin: 0;
	padding: 0;
	}
html, body {
	height: 100%;
	}
/* pre IE */
body {
	font: normal 13px arial, sans-serif;
	background: #b2b3b2;
	color: #bebebe;
	text-align: center;
	width: 100%;
	}
/* moderne prehliadace */
html>body {
	font-size: 13px;
	}
/* pre IE */
#frame_okno {
 	width: 100%;
	margin: 0 auto;
	text-align: center;
 	background: #000000;
	min-height: 100%;
	height: 100%;
	position: relative;
	}
/* moderne prehliadace */
body>#frame_okno {
 	height: auto;
	}
#head_okno {
	width: 100%;
	text-align: left;
	background: #434141;
	padding: 6px 0 6px 0;
	}
#head_okno h1 {
	margin: 0 0 0 10px;
	}
#main_okno {
	text-align: center;
 	padding: 0 0 52px 0;
	}
#main_okno img {
	margin: auto;
	border: 0 none;
	}
#main_okno p {
	text-align: center;
	margin: 10px 0 0 0;
	}
#footer_okno {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #434141;
	text-align: right;
	padding: 10px 0 10px 0;
	}
#footer_okno a {
	color: #ac5a53;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px 0 0;
	}
#footer_okno a:hover  {
	text-decoration: underline;
	}