#container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #header {
	padding: 0px;
	width: 800px;
	background-image: url(../tf2/images/header_banner_red.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	margin: 0px;
}
#container #main_text {
	padding: 0px;
	width: 800px;
	background-image: url(../tf2/images/bg_repeat_red.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #footer {
	width: 800px;
	padding: 0px;
	background-image: url(../tf2/images/footer_banner_red.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 100px;
}
