.wrapper {
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	text-align: center;
}

.page-top {
	background-color: white;
}

a:link {
	color: #424242;
	text-decoration: none;
}
a:visited {
	color: #424242;
	text-decoration: none;
}
a:active {
	color: #950000;
	text-decoration: none;
}
a:hover {
	color: #a42c2c;
	text-decoration: none;
}


.main {
	background-image: url(img/sitebg.png);
	background-repeat: repeat-y;
	vertical-align: center;
}

h1 {
	font-size: 20px;
	text-decoration: bold;
	color: #950000;
}