@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#container {
	margin-left: auto;
	margin-right: auto;
	height: 593px;
	width: 800px;
	background-image: url(img/back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
}

#content {
	padding-top: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
}