@charset "UTF-8";
#container {
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
}

#container .button a {
	color: #fff;
	width: 230px;
	height: 41px;
	display: block;
	font-size: 108%;
	line-height: 41px;
	background: #333;
	text-align: center;
	margin: 43px auto 50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#container > img { max-width: 100%; vertical-align: top; }

