﻿/* general poczatek */ 
* {
	padding: 0px;
	margin: 0px;
}

body {
	/*background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;*/
	background-color: #000;
	font-family: Tahoma, Helvetica, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	width: 100%;
	height: 100%;
}

html {
  height: 100%;
  overflow: auto;
}

#container {
	width: 100%;
	height: 100%;
}

#main {
	width: 900px;
	margin: auto;
	height: 100%;
}

#main img {
	border: none;
}

/* general koniec */ 
