@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF7E1;
	font-family: "Courier New", Courier, monospace;
}
#wrap {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 929px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/tile.gif);
}

#bonus img {
	border: 3px solid #B10300;
	margin-bottom: 5px;
}
#bonus {
	font-weight: bold;
	font-size: 25px;
	color: #A40605;
}
#pics {
	width: 900px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
#pics img {
	border: 2px solid #E29142;
}
#footer {
	font-size: 10px;
	padding: 10px;
	text-align: center;
}
#footer a {
	color: #980002;
}

#text {
	width: 900px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #6A2000;
	font-weight: bold;
	font-size: 18px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fdc041;
	border-bottom-color: #fdc041;
}
#logo {
	width: 929px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#link {
	width: 900px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}#link a {
	color: #FFF7E1;
}

