body {
	font-size: 48px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #e5e5e5;
	color: #000;
	text-align: center;
	text-shadow:1px 1px 3px #999;
	background-image:url(bg.png);
	background-repeat: repeat-x;
	background-attachment:fixed;

}
.content {
	background-color: #f5f5f5;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: cpx solid #666;
	padding: 20px 20px 10px 20px;
	width: 500px;
	text-align: center;
	margin: 20px auto;
	box-shadow:0px 0px 7px #888;
	-webkit-box-shadow:0px 0px 7px #888;
	-moz-box-shadow: 0px 0px 7px #888;
	background-image:url(contentbg.png);
	background-repeat:repeat-x;
	
}
#bottom {
	margin: 60px auto 20px auto;
	padding: 20px;
	width: 500px;
	text-align: center;
}
h1 {
	font-size: 84px;
	margin: 0;
	padding: 0;
}
p {
	font-size: 26px;
	margin: 20px;
	padding: 0px 0px 10px 0;

}
img {
	border: 0;
}
p.dontforget {
	font-style: italic;
	font-size: 48px;
}
.img {
	text-align: center;
	padding: 20px 0 10px 0;
}

a, a:link {
	color: #C60;

}

a:hover {
	color: #369;
}