.main {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}
.content {
	background-image: url(middle.jpg);
	background-repeat: repeat-y;
}
.bottom {
	background-image: url(bottom.jpg);
	background-repeat: no-repeat;
}
.border {
	border: 1px solid #666666;
}
.buttons {
	color: #CCCCCC;
	text-decoration: none;
}
.links {
	color: #003300;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
