body {
	margin: 0px;
	font-family:Verdana,Arial,Helvetica;
	font-size: 11px;
}

.display_hidden {
	display: none;
}
.display_show {
	display:;
}

.homepage_bg {
	background-image: url(../images/home/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.homepage_footer {
	background-image: url(../images/home/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.homepage_highlights_bg {
	background-image: url(../images/home/highlights_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.about_highlight_bg {
	background-image: url(../images/about/highlight_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.privacy_bg {
	background-image: url(../images/privacy/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.competition_spot_bg {
	background-image: url(../images/competition/spot_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.comp_entry_spot_bg {
	background-image: url(../images/competition/entry/comp_enter_spot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
