body
{
	background: #182e1b; /* ustala kolor tła  dla całości */
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	margin:0;
	padding:0;
	text-align:center;
	color: #fff;
}

div#top
{
    background: url(../images/bg.jpg);
	width: 900px;
	margin: auto;	
	padding-top:100px;
	background-color: #555755;
	border-top: 1px dotted #505050;
	border-bottom: 1px dotted #505050;
}

div#content
{
	width: 900px;
	margin: auto;
	border-left: 1px dotted #505050;
	border-right: 1px dotted #505050;	
	padding-top:50px;
	background-color: #182e1b; /* tło całej zawartości */
} 

div#header
{
	padding:20px;
	text-align:left;
	border-bottom: 1px dotted #505050;
	height: 120px;
	border-bottom: 1px dotted #505050;
}

div#main
{
	padding:10px;
	text-align:justify;
	background-color: #312f20; /* kolor tła teksty */
	color: #E2E2E2;
}

div#main p
{
	text-align:center;
	width: 100%;
}

div#footer
{
	padding:20px;
	text-align:center;
	border-top: 1px dotted #505050;
	border-bottom: 1px dotted #505050;

}

a
{
	color: #000;
	font-weight: bold;
}

b
{
	font-weight: normal;
}

div#header a
{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

div#header a:hover
 {
	font-weight:normal;
	text-decoration:none;
	color:#c0c0c0;
}