body {
	margin: 0;
	padding: 0;
	background: #fff;
	/*background: url(/img/bg-1.png) no-repeat left top;*/
}

#wrapper {
	margin: 50px auto 0 auto;
	padding: 100px;
	background: url(/img/board-1.png) no-repeat center top;
	width: 600px;
	height: 403px;
	text-align: center;
	vertical-align: middle;
}

#wrapper p {
	margin: 30px auto;
}

#wrapper a {
	color: #fff;
	text-decoration: none;
}
#wrapper a:hover {
	text-decoration: underline;
}
