/* ------------------------------------------------------ */
/* GhostGirl Homecoming CSS
/* ------------------------------------------------------ */
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
	color: #000000;
	background:  #2C2C2C url('/img/v1/homecoming/hc.bg.lg.jpg') top center no-repeat;
}
.HomecomingWrapper {
	width: 932px;
	height: 825px;
	margin: 0px auto;
	position: relative;
}
h1 {

}
/* ------------------------------------------------------ */
/* Header
/* ------------------------------------------------------ */
.HomecomingHeader {}
.HomecomingHeader .HomeBTN {
	width: 100%;
	text-align: center;
}
.HomecomingHeader .HomeBTN a {
	width: 364px;
	height: 209px;
	display: block;
	margin: 0px auto;
	background: url('../../img/v1/homecoming/hc.home.btn.gif') no-repeat;
}
.HomecomingHeader .HomeBTN a span {
	display: none;
}
/* ------------------------------------------------------ */
/* Body
/* ------------------------------------------------------ */
.HomecomingBody {
	height: 504px;
}
/* ------------------------------------------------------ */
/* Footer
/* ------------------------------------------------------ */
.HomecomingFooter {
	font-size: 11px;
	text-align: center;
	line-height: 12px;
	color: #696969;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #080808;
}
.HomecomingFooter a {
	text-decoration: none;
	color: #696969;
}