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

body {
	margin: 0px;
}.backCenterBottom {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.backCenterRepeatY {
	background-repeat: repeat-y;
	background-position: center;
}
.backCenterTop {
	background-repeat: no-repeat;
	background-position: center top;
}
.buttonOops:hover {
	background-color: #F9EDE1;
	text-decoration: none;
}