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

body {
	background-color: #FFFFFF;
	overflow: hidden;
	
	color: #505050;
}

#site-wrapper {
	margin: -375px 0 0 -800px;
	position: absolute;
	left: 50%;
	top: 45%;
}

#site {
	width: 1600px;
	height: 750px;
}

.background {
	width: 400px;
	height: 750px;
	
	float: left;
}

#bg-1 {
	background-image: url( ../images/bfa_background_01.jpg );
	background-repeat: no-repeat;
}

#bg-2 {
	background-image: url( ../images/bfa_background_02.jpg );
	background-repeat: no-repeat;
}

#bg-3 {
	background-image: url( ../images/bfa_background_03.jpg );
	background-repeat: no-repeat;
}

#bg-4 {
	background-image: url( ../images/bfa_background_04.jpg );
	background-repeat: no-repeat;
}

#bfa {
	position: absolute;
	left: 352px;
	top: 175px;
}

#footer-wrapper {
	width: 480px;
	
	margin: 0 0 0 -240px;
	position: absolute;
	
	left: 50%;
	top: 575px;
}

#footer img {
	float: left;
}

#footer p {
	width: 330px;	/* 480px - 30px - x */
	float: right;
	
	margin: 4px 0 0 0;
	
	font-size: 1.0em;
	line-height: 1.4em;
}

#footer p span,
#footer p span a {
	color: #a0a0a0;
	text-decoration: none;
}

a:hover {
	color: #3366cc !important;
	text-decoration: underline !important;
}

