* {
	margin: 0;
}

html, body {
	height: 100%;
}

.footer, .push {
	clear: both;
	height: 15px; /* .push must be the same height as .footer */
}

body {
	background: url(../img/back.png) repeat-x;
	text-align:center;
	margin:0;
}

#main {
	text-align:left;
	background: transparent;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}

#main, .footer {
	width:950px;
}

#header {
	padding: 10px;
	background: url(../img/header.jpg) top right no-repeat;
	border-bottom: 3px solid #03b9f8;
	margin-bottom: 1px;
}

#left {
	width: 300px;
	float: left;
	border-left: #60d3fb;
}

#right {
	float: right;
	width: 610px;
	padding: 1em;
	text-align: left;
	background: url(../img/katowice2.jpg) top center no-repeat;	
	border-left: 1px dotted #60d3fb;
	border-bottom: 1px dotted #60d3fb;
}

#right p {
        margin-bottom: 1em;
}

#content {
	margin-top: 280px;
	text-align: left;
	line-height: 1.2em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#content img {
	margin: 1.5em 0 0.5em 0;
}	

.brounded {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.lrounded {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.rrounded {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.footer {
	margin: auto;
	font-family: Arial;
	clear: both;
	padding: 0.5em;
	font-size: 7pt;
	color: #e0e0e0;
	background: #60d3fb;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

