html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #810022 url(images/img-home.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #375172;
	text-align: center;
}

a {
	text-decoration: none;
	color: #E8AABF;
}

a:hover {
	background: none;
	color: #F9E8EE;
}