html {
	color: black;
	background: white url('http://jabba.pl/pliki/hyperreal/starr.dark.png') 100% 100% fixed no-repeat;

}

body {
	border: 3px solid red;
	margin: 1em auto;
	padding: 1em;
	width: 40em;
	background: white url('http://jabba.pl/pliki/hyperreal/starr.light.png') 100% 100% fixed no-repeat;
}

h1 {
	padding: 0;
	margin: 0;
	background: transparent url('http://jabba.pl/pliki/hyperreal/dx.png') 100% 0 no-repeat;
	min-height: 64px;
}

p#subtitle {
	position: relative;
	top: -30px;
}

p {
	text-align: justify;
}

a {
	color: red
}

div.entry + div.entry {
	margin-top: 4em;
}