﻿@charset "utf-8";
/* CSS Document */
html {
	min-height:100%;
	background-image:url(../images/bodyBG.jpg);	
}
body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
}
/*---------- nastavení šířky stránky ---------------------------*/
#headTopCenter, #headCenter, #center  {
	width: 1000px;
}
#bodyLeft {
	float:left;
	width:290px;
}
#bodyRight {
	float:right;
	width:710px;
	}
/*--------------------------------------------------------------*/

#centerBG {
	min-height:500px;
	background-image:url(/images/mainBG.png);
	background-position:top;
	background-repeat:no-repeat;
}
#center {
	min-height:500px;
	margin:0 auto 22px auto;
	background-image:url(/images/mainCenterBG.jpg);
	position:relative;
}
#centerBird {
	width:300px;
	height:235px;
	background-image:url(../images/mainBird.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	position:absolute;
	bottom:-22px;
	z-index:99;
}




/*--------------------------------------------------------------*/


.floatEnd {
	clear:both;
}