@charset "utf-8";
body {
	background-color: #FFD687;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}
#footer a {
	color: #980400;
}
#bonus {
}
#bonus img {
	border: 3px solid #B10300;
	margin-bottom: 5px;
}
#bonus {
	font-weight: bold;
	font-size: 25px;
	color: #A40605;
}

#wrap {
	width: 970px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FEF9D9;
	border: 1px solid #9D0002;
}
#logo {
	width: 929px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D48418;
	padding-bottom: 10px;
}
#pics {
	width: 929px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
#pics ul {
	margin: 0px;
	padding: 0px;
}
#pics li {
	list-style-type: none;
	display: inline;
	text-align: center;
	width: 50%;
}
#pics img {
	border: 3px solid #FFD687;
	margin: 0px;
}
#intro {
	float: right;
	width: 600px;
	height: 100px;
	text-align: justify;
	font-size: 20px;
	font-weight: bold;
	color: #6A2000;
}
#text {
	width: 920px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #6A2000;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D48418;
	border-bottom-color: #D48418;
}
#link {
	width: 920px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #9C0605;
	border: 3px solid #FFD687;
	text-align: center;
	font-size: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}#link a {
	color: #FFD687;
}

