html, body {
		height: 100%;
		margin:0px;
	}

body {
	background: url(../images/tlo.jpg) center no-repeat #5e0807;
	color: #7f0f0f;
	font-family: verdana, heveltica, sans-serif;
	font-size:8pt;
	margin: 0px;
	height:100%;
	padding:0px;
	line-height:0px;
	}

a {
	text-decoration: none;
	}

a:link {
		color: #7f0f0f;

	}

a:visited {
		color: #7f0f0f;

	}

a:active {
		color: #7f0f0f;
		font-weight: bold;
			}

a:hover {
		color: #7f0f0f;
		font-weight: bold;
			}

img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#wrapper {
	display: table;
	margin: 0 auto;
	height: 100%;
}

#cell {
	display: table-cell;
	vertical-align: middle;
}

#srodek {
text-align:center;
margin: 0 auto;
width:600px;
height:80%;
min-height:440px;
background-color: #500A0A;
background-image: url(../images/boki.gif);
}


#gora {
background-image: url(../images/gora.jpg);
width:600px;
height:36px;
margin: 0 auto;
margin-top:10px;
}

#dol {
background-image: url(../images/dol.jpg);
width:600px;
height:50px;
margin: 0 auto;
text-align:center;
margin-bottom:10px;
}


