body {
	background-color: #cf035c;
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
}
div#site {
	margin: 0 auto;
	/*width: 400px;*/
}
div#logo {
	margin: 65px 0px 90px;
}
address#footer {
	margin-bottom: 65px;
	font-style: normal;
}

p {
	margin: 0px;
}
img {
	border: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}