/* @override http://www.olivec.com/style.css */

html {
	background: url(images/background.png) repeat;
}

html body {

}

html body div {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(images/content.png) no-repeat;
	width: 800px;
	height: 382px;
	margin-left: -400px;
	margin-top: -196px;
}

html body div h1 {
	display: none;
}

html body div h2 {
	display: none;
}

html body div h3 {
	display: none;
}

html body div p {
	display: none;
}