/*
 *		plik:		css/style.css
 *		autor: 		Technetium [Tc]
 *				Marek Kleszyk
 *		data:		01 sierpień 2008
 *		system:		T.CMS-4.0-SEO
 */

 
			/* --------- 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:hover, a:visited, a:active { text-decoration: none; }
.kursor { cursor: pointer; }

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #383838;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #fff;
}

#container {
	margin: 0 auto;
	padding: 0;
	padding-top: 200px;
	width: 952px;
	height: auto;
	position: relative;
	text-align: center;
}