* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-family: "Georgia";
	font-size: 14px;
	line-height: 1em;
	background: url(img/bg.png);
}
p {
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}
img.logo {
	display: block;
	margin: 40px auto -50px auto;
}
#left {
	height: 100%;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(img/left.png);
}
#right {
	height: 100%;
	width: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(img/right.png);
}