body {
	background-color: #FCEEC0;

}
#home_page {
	width: 760px;
	height: 420px;		
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -210px;
	background-repeat: no-repeat;
}
#home_page {
	background-image: url(images/home_page.jpg);
}


#home_page_bar {
	position: absolute;
	top: 48px;
	left: 287px;
	width: 473px;
	height: 40px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	font-family: Verdana;

}
#home_page_bar a {
	color: #FCEEC0;
	text-decoration: none;
}
#home_page_bar a:hover {
	color: white;
}
.home_page_bar_seperator {
	width: 30px;
	position: relative;
}
#credits {
        position: absolute;
        top: 425px;
        color: #67344B;
        font-family: Verdana;
        font-size: 9px;
}
#credits a {
        color: #67344B;
        text-decoration: none;
}
 