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

body {
	background-image:url(images/pagebg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	background-color: #eee8ef;
	text-align: center
}
#flashcontent {
	width:810px;
	margin: 0 auto;
	text-align: center
	}
	
#privacypolicy {
    text-align: left;
	width: 75%;
	background-color: #FFFFFF;
	border: #760C6F thin solid;
	}
	
p {
	color: #760C6F;
	}
	
#mobile {
	visibility: hidden;
	}


