.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: top;
}

.body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
}

.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.container {
	color: #FFF9CE;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 150px;
	padding-left: 45px;
}

.container a {
	color: #FFF9CE;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}

.container a:hover {
	color: #FFF9CE;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}

.title {
	width: 100%;
	height: 130px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}