/* http://colorschemedesigner.com/#2P11ThW6pk.jT */

html, body{
	height: 100%;
}
body{
	color:#1D3E1D;
	background-color: #092009;
	padding:0;
	margin:0;
	font-size: 12pt;
	font-family: serif;
	overflow: hidden;
}

#head, #foot{
	height: 10%;
	background-repeat: repeat-x;
}

#head{
	background-image: url('looks/accent_top.png');
	background-position: bottom;
}
#foot{
	background-image: url('looks/accent_bottom.png');
	background-position: top;
}

#main-outer{
	width: 100%;
	height:80%;
	color: #406B40;
	background-color: #122912;
}
#main{
	margin-top: 1em;
	margin-bottom: 1em;
}

/* begin - vertikální centrování 
   http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
   I hate IE - all of them ...
*/
#main-outer{overflow: hidden; position: relative;}
#main-outer[id] {display: table; position: static;}

#main-inner {position: absolute; top: 50%;}  /* for explorer only*/
#main-inner[id] {display: table-cell; vertical-align: middle; position: static;}

#main {position: relative; top: -50%}  /* for explorer only */
#main[id] {position: static;}
/* end - vertikální centrování */

/*#main[id]{
	text-align: center;
	width: 841px;
	height: 305px;
	background-image: url('looks/background.png');
}
*/
#logo{
	width: 300px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	display: block;
}

.message{
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	
	text-align: justify;
}
