html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #0a2638;
}

body, a {
	font: 11px/14px Verdana, Helvetica, sans-serif;
	color: #3eafea;
}

* {
	margin: 0;

	padding: 0; 
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

a {
	border: none;
	text-decoration: none;
}
	a img {
		border: none;
	}

ul {
	list-style: none;
}

/* GRID */
#rootHeader {
	height: 305px;
	background: url(http://site.content-manager.pl/static/main/images/grid/header.png) repeat-x top;
}
	#header {
		position: absolute;
		left: 50%;
		width: 764px;
		margin-top: 0px;
		margin-left: -382px;
	}

	ul#helper {
		height: 65px;
		overflow: hidden;
		padding-right: 17px;
	}
		ul#helper li {
			float: right;
			display: block;
			height: 65px;
			padding: 0 15px;
		}
			ul#helper li.side {
				background: url(http://site.content-manager.pl/static/main/images/grid/helper.png) no-repeat 0 38px;
			}

		ul#helper li a {
			display: block;
			padding-top: 42px;
			color: #fff;
		}
			ul#helper li a#home {
				background: url(http://site.content-manager.pl/static/main/images/grid/home.png) no-repeat 28px 21px;
			}

			ul#helper li a#news {
				background: url(http://site.content-manager.pl/static/main/images/grid/newsletter.png) no-repeat 19px 21px;
			}

			ul#helper li a#mapa {
				background: url(http://site.content-manager.pl/static/main/images/grid/mapa.png) no-repeat 28px 21px;
			}

	#flashHeader {
		width: 764px;
		height: 240px;
		background: #fff;
	}

/*CONTENT */
#rootContent {
	text-align: center;
	background: #15364c url(http://site.content-manager.pl/static/main/images/grid/content.png) repeat-x top;
}

	#content {
		width: 764px;
		margin: 0 auto;
		text-align: left;
		color: #bdddee;
	}
		#contentText:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}

	#title {
		height: 47px;
		margin-bottom: 3px;
		border-bottom: 1px solid #163b53;
	}
		* html #title {
			height: 48px;
			heigh\t: 47px;
		}

/* FOOTER  */
#footer {
	margin-top: 2px;
	border-top: 1px solid #255371;
	padding: 12px 0 18px;
	text-align: center;
	color: #fff;
}
#footer span {
	color: #27A2E4;
}

#footer a:hover {
	color: #fff;
}

/* FOOTER MAIN */
#footer_main {
	width: 764px;
	margin: 0 auto;
	padding: 12px 0 18px;
	text-align: right;
	color: #fff;
}
#footer_main span {
	color: #27A2E4;
}

#footer_main a:hover {
	color: #fff;
}