@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	background: #fef6e2;
	font: 16px sans-serif;
}

/*#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align:left;
}
*/
div#dialogue {
	position:absolute;
	width: 800px;
	height: 600px;
	border: 1px solid gold;
	z-index:1;
	/*  Original Position */
	top: 108px;
	left: 25%;
	margin: -66px 0 0 -106px;
	
	padding: 0px;
}

p {
	margin: 0;
}

div#circles {
	position:absolute;
	width: 2572px;
	height: 49px;
	top:151px;
	left:1px;
	/*margin:10px 0 200px 0;*/
	padding: 0px;
	background-image: url(../Images/Circles_BG.gif);
}

