@CHARSET "UTF-8";

div#canvas div#left-border {
	height: 550px; /* height changes here */
}

div#canvas div#content-wrap {
	height: 550px; /* height changes here */
}


div#canvas div#right-border {
	height: 550px; /* height changes here */
}

div#content div#signs {
	width: 100%;
	height: 60px;
	margin-top: 10px;
	border: 0px solid #ff5500;
}

div#signs div#sign1 {
	width: 172px;
	height: 100%;
	float: left;
	background: transparent url(../gfx/kapital_ludzki.png) top left no-repeat;
}

div#signs div#sign2 {
	width: 251px;
	height: 100%;
	padding-top: 10px;
	float: left;
	text-align: center;
	font-size: 11px;
}

div#signs div#sign3 {
	width: 172px;
	height: 100%;
	float: left;
	background: transparent url(../gfx/unia_europejska.png) top left no-repeat;	
}

