body {
	background: url('../images/wallpaper.jpg') repeat;
	font-family: "Trebuchet MS";
}

#header {
	width: 500px;
	margin: 100px auto 0 auto;
	text-align: center;
}

#content {
	width: 500px;
	margin: 10px auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	background-color: #fff;
	-moz-border-radius: 10px;
	-moz-opacity: .75;
	-webkit-border-radius: 10px;
	-webkit-opacity: .75;
}

.title {
	font-style: bold;
	font-size: 150%;
}