html, body {
	font-family:  Trebuchet MS;
	font-size:  13px;
	color: #000;
	background-color: #222;
	background-image: url("background.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#main {
	width: 745px;
	height: 478px;
	background-image: url("website_body.png");
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 50px;
	padding-top: 25px;
}
#header {
	width: 699px;
	height: 30px;
	margin: auto;
	text-align: center;
	padding-top:  150px;
	color: white;
}
#content {
	width: 680px;
	height: 265px;
	margin: auto;
	text-align: left;
	margin-top: 5px;
	overflow: auto;
}
#footer {
	width: 680px;
	height: auto;
	margin: auto;
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
	font-family: Tahoma;
}
#button {
	width: 143px;
	height: 31px;
	background-image: url("button.png");
	padding-top: 13px;
	text-align: center;
	color: #FFF;
}
.white {
	color: #FFF;
	font-size: 13px;
}
p {
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #4E0E08;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #4E0E08;
}
#header a:link {
	text-decoration: none;
	color: #FFF;
}
#header a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#button a:visited {
	text-decoration: none;
	color: #FFF;
}
#button a:link {
	text-decoration: none;
	color: #FFF;
}
#button a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#header a:visited {
	text-decoration: none;
	color: #FFF;
}
