body{
	background-color: #FFF;
	background-image: url(../images/bg_body_intro.gif);
	background-position: center center;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

/* -------------------- #wrap -------------------- */
div#wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 489px;
	margin-top: -244px;
	margin-left: -480px;
	background-image: url(../images/bg_intro.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* -------------------- #main -------------------- */
div#main{
	width: 731px;
	height: 489px;
	margin-left: 114px;
}

/* -------------------- #footer -------------------- */
div#footer{
	color: #5A5A60;
	padding: 0;
	margin: 0;
}
#footer p{text-align: center;}
