#container {
	height: 325px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/stripe_bkg.png);
	background-repeat: repeat-y;
	padding: 0px;
}
body {
	margin-top: 75px;
	background-image: url(images/stripe.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
#header {
	background-color: #036;
	height: 20px;
	width: 600px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	padding-bottom: 1px;
	padding-top: 10px;
	text-align: center;
	background-image: url(images/TITLE.png);
	background-repeat: no-repeat;
	background-position: 34px;
}
#stream_one {
	float: left;
	height: 5px;
	width: 150px;
}
#stream_two {
	float: left;
	height: 5px;
	width: 150px;
}
#stream_three {
	float: left;
	height: 5px;
	width: 150px;
}
#stream_four {
	float: left;
	height: 5px;
	width: 150px;
}
#body_text {
	background-color: #333;
	height: 150px;
	width: 580px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFF;
	float: left;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	clear: both;
}
#footer {
	background-image: url(images/stripe_bkg.png);
	background-repeat: repeat-y;
	float: left;
	height: 5px;
	width: 600px;
	padding-top: 20px;
}
#group1 {
	background-color: #333;
	float: left;
	height: 75px;
	width: 140px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FF9;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#group2 {
	background-color: #333;
	float: left;
	height: 75px;
	width: 120px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FF9;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
#group3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FF9;
	background-color: #333;
	float: left;
	height: 75px;
	width: 120px;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
#group4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FF9;
	float: left;
	height: 75px;
	width: 140px;
	background-color: #333;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
