@charset "utf-8";
/* CSS intolapai */

body {background-color: #F2E8DC; }

DIV.outer_intro
	{
		position: absolute;
		left: 50%;
		top: 50%;
		width: 515px;
		height: 300px;
		margin-left: -257px; /* half of width */
		margin-top: -250px;  /* half of height */
		background-color: #6699CC;
}