	html, body {
		margin: 0;
		padding: 0;
		background-color: #000;
	}
	div#container {
		margin: 0 auto;
		width: 850px;
		position: relative;
	}
	div#top {
		height: 220px;
		text-align: center;
	}
	div#adv {
		height: 90px;
	}
	div#footer {
		height: 82px;
		background: #000 url('http://decapitated.pl/underline.gif') center no-repeat;
		font-size: 10px;
		text-align: center;
	}
	div#link {
		height: 50px;
		text-align: center;
		font-size: 12px;

	}
	a, a:link, a:visited {
		color: #444;
		border: 1px dotted #666;
		text-decoration: none;
		padding: 0 10px 0 10px;
		height: 12px;
		
	}
	div#hid {
		position: absolute;
		visibility: hidden;
	}
	#bar {
		position: absolute;
		background-color: #000;
		left: 0;
		top: 261px;
		width: 850px;
		height: 20px;
		z-index: 2;
	}