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

html, body {
	background-color: #A2A2A2;
	background-image:url(bg.png);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

#flashcontent{
	position:absolute;
	width:100%;
	height:100%;
}

#accent1 {
	position:absolute;
	top:0;
	left:0;
	width:447px;
	height:259px;
}

#accent2 {
	position:absolute;
	width:332px;
	height:248px;
	right:0;
	top:0;
}

#accent3 {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

