/*
 *		plik:			css/style.css
 *		autor:		Marek Kleszyk
 *		data:			18 luty 2009
 *		system:		WebCreative
 */ 

			/* --------- standardowe ---------- */

.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:visited, a:active { text-decoration: none; color: #cecece; }
a:hover { text-decoration: none; }

* {
	margin: 0;
	padding: 0;
}

			/* --------- glowna ---------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #cecece;
}

#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#container #top {
	width: 100%;
	height: 200px;	
	float: left;
}

#container #base {
	width: 100%;;
	height: auto;
	float: left;
}

#container #footer {
	width: 100%;
	height: 250px;
	float: left;
}
