* {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
html, body {
	background: #E388A1;
	}
	
#wrap {
	position: relative;
	text-align: center;
	width: 490px;
	height: 480px;
	margin: 40px auto;	
	}
	
#flashcontent {
	color: #fff;
	font-family: Arial, Helvetica, san-serif;
	font-size: 0.8em;
	text-align: center;
	}

a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	}
	
a:hover {
	color: #fff;
	text-decoration: none;
	font-weight:  normal;
	}
