@charset "UTF-8";
html, body/* CSS Document */

 {
	background-image: url(images/big-gorilla-jerky.jpg);
	background-repeat: repeat-y;
	background-position: center -50px;
	background-color: #f4e7ca;
	background-attachment: fixed;
	height: 99%;
	width: 99%;
}
#welcome {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
}
#welcome a {
	color: #000000;
	text-decoration: none;
}
#welcome a:hover {
	color: #000000;
	text-decoration: underline;
}
#welcome p {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-right: 30px;
	margin-left: 30px;
	background-attachment: fixed;
	background-image: url(images/big-gorilla-jerky.jpg);
	background-position: center top;
}
#fbk {
	float: right;
	height: 30px;
	width: 78px;
	overflow: hidden;
}
.fber {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
