@charset "UTF-8";
/* CSS Document */

body {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/goldback.jpg);
	background-repeat: repeat-y;
}
.centerText {
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}

