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

body {
	width: 100%;
	height: 100%;
	background-color: #f6b9f0;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}

a {
	font-size: 22px;
	font-weight: 500;
	color: #b14aa5;
}

a:hover {
	color: #e24cd0;
}

#wrapper {
	width: 549px;
	text-align: center;
	margin: 0 auto;
}

.logo {
	height: 574px;
	width: 549px;
	margin: 0 auto;
	background-image: url('images/logo.png');
}