@CHARSET "UTF-8";
/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	
	color:#666;
	width:100%;
	background:white;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:940px;
	background: #f5f6f7;
	/* zeby stopk byla na gorze  odk */
	/*height:auto !important;  real browsers */
	/* height:100%;  IE6: treaded as min-height*/

	/*min-height:100%;  real browsers */

	right:20px;
}


div#header {
	background:white;
}


div#content {

	
}


div#footer {
	position:absolute;
	width:100%;
	/*bottom:0;   stick to bottom */
	
}


