/* Autor: Bohumil Hanus - 4People.cz Webdesign 2008 */
/* CSS Document 4 Firefox, Opera */

body {	font: normal normal normal 0.8em/150%   Helvetica, Arial,sans-serif;	color: White; margin: 0 0 0 0; padding: 0 0 0 0;}
h1 {	font: normal normal normal 2.3em Georgia, sans-serif;	color: Gray; margin-top: 0;}
/* #main {	width: 900px;		color: Black;	background-color: white;	 position: relative;
			margin: 0 auto 0 ; }
#container {position: absolute; width: 100%;	height: 100%; min-width: 900px;	min-height: 800px;  vertical-align: middle;} */

		#holder {
			position: absolute;
			width: 100%;
			height: 100%;
			min-width: 800px;
			min-height: 400px;
background: url(../img/bg-body.jpg) repeat-x center;
		}

		#supplemental {
			width: 800px;
			height: 400px;
			visibility: hidden;
		}

		#content {
			position: absolute;
			left: 50%;
			top: 50%;
			width: 800px;
			height: 400px;
			margin: -200px 0 0 -400px;
			text-align: center;
		}

