html {
	background: #000 url(/plogger/images/bg.png) top center no-repeat;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQIW2NMS0v7P2vWLEYGJADmoEvAVSBLoGiDSaAIwowCAPl2EjfMdPnbAAAAAElFTkSuQmCC) repeat;
	min-width: 100%;
	min-height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	color: #fff;
}

header {
	text-align: center;
}

header, section, footer {
	display: block;
}

#toplogo {
	padding: 80px 0;
}


h1 {
	color: #f60;
	font-size: 130%;
	margin: -1em 0 0 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: underline;
}

	a:hover {
		background: #fff;
		color: #000;
		text-decoration: none;
	}

a img {
	border: none;
}

li {
	margin-bottom: 0.3em;
}


section.page {
	background: url(/plogger/images/bm.png) top left repeat;
	width: 500px;
	padding: 0 60px 0 40px;
	position: relative;
	left: 50%;
	margin-left: -300px;
}

	section.page:before {
		background: url(/plogger/images/bt.png) top left no-repeat;
		display: block;
		line-height: 20px;
		height: 20px;
		width: 600px;
		position: relative;
		top: -20px;
		left: -40px;
		content: ' ';
	}
	
	section.page:after {
		background: url(/plogger/images/bb.png) top left no-repeat;
		display: block;
		line-height: 30px;
		height: 30px;
		width: 600px;
		position: relative;
		top: 30px;
		left: -40px;
		content: ' ';
	}
	
footer {
	clear: both;
	margin-top: 50px;
	padding: 0 30px 30px 30px;
	text-align: center;
}