html {
  height: 100%;
}

body {
	background: #000000 url(logo.png) 50% 0 no-repeat;
}


.clr {
	clear: both;
}

#glo {
	text-align: center;

}

#glowna {
	text-align: left;
	width: 700px;
	height: 500px;
	margin: auto;
}


#stopka {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

a {
        color: #6b0707;
        text-decoration: none;
}

a:visited {
        color: #6b0707;
}