html, body {
  height: 100%;
} 

body {
	font: 83% "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 94%;
	background: #FFF url(http://www.topgal.cz/images/body-bckgr.gif) top left repeat;
	text-align: center;
}
body * {
	margin: 0; padding: 0;
}

#container {
/* 	min-height: 100%;
 	height: 96%;
*/
 	border: double 3px #98AB2D;
 	width: 772px;
 	position: relative;
 	text-align: left;
	background: #FFF;
	margin: 20px auto;
	background: #FCFFEE url(../images/zapisy2011-bgckr.jpg) top left no-repeat;
}
 body>#container {
  height: auto;
 }
 	
	#container #text {
		padding: 590px 20px 20px 20px;
		position: relative;
	}
	#container #sharer {position: absolute; top:520px;left:640px;display: block; width: 95px; height: 60px;background: #FFF url("http://zapisy.topgal.cz/images/share_bg.png") top left no-repeat;text-align: center;}
	
		#container #sharer span {padding-top:23px;background-repeat: no-repeat;}
	
		#text #osloveni {
			position: absolute;
			top: 518px;
			left: 35px;
			color: #707f1d;
			font: bold 1.8em Verdana;
		}
		#text .vypis#osloveni {
			top: 470px;
		}
		#text h3.info, #text p.devider {
			color: #707f1d;
			padding: 10px 5px;
			margin-top: 15px;
			border-top: solid 1px #707f1d;
		}
		#text p.devider {
			color: #000;
		}
			#text p.devider strong {
				color: #EC008C;
			}
    table#vypis {
	 	font-size: .78em; 
		width: 95%; 
		border-collapse: collapse; 
		border: solid 1px #CCC; 
		padding: 5px; 
		margin: 20px auto 10px auto;
	} 
	
	table#vypis tr {border: solid 1px #CCC;} 
	table#vypis tr.sum {
		background: #FEECE1;
	}
	
	#vypis td {padding-left: .5em;}
	table#vypis th {
		text-align: left;
		padding: .5em;
		border-bottom: solid 1px #000;
		font-weight: bold;
		background: #FEECE1;
	}
		a:link, a:visited {
			color: #707f1d;
			text-decoration: underline;
		}
		a:hover {
			background: #707f1d;
			color: #FFF;
		}

