#header {
	background-image: url(images/index_01.gif);
	height: 164px;
	width: 800px;
	background-repeat: no-repeat;
}
#contentbox {
	background-image: url(images/index_02.gif);
	height: 522px;
	width: 278px;
	background-repeat: no-repeat;
}
#content {
	font-family: "Lucida Console", Monaco, monospace;
	color: #E21414;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#footer {
	background-image: url(images/index_07.gif);
	height: 114px;
	width: 800px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}

