* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;

}

body {
	height: 100%;
	background-color: #ffffff;
	background-image: url(../images/bg-bar.gif);
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}

#flashcontent {
	height: 100%;
	width: 720px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -380px;
	background-color: #ffffff;
	text-align: center;
}


#replacement {
	background-color: #ffffff;
	width: 500px;
	margin: 50px auto;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	color: #000000;
}

#replacement p {
	margin-left:30px;
	margin-bottom: 30px;
}

#replacement a {
	color: #180000;
}



	border: none;
}