/*
 *
 * Positioning
 *
 */

body {
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	height:100%
}
img {
	display: block;
	border: 0;
}

h1, p, a.button, img {
	position: relative;
	display: block;
	clear: both;
}

h1, p, a.button {
	text-align: center;
}

#content {
	position: absolute !important;
	display: block;
	top: 50%;
	left: 50%;
	width: 520px;
	height: 510px;
	margin-top:-255px;
	margin-left: -260px;
}

a.button {
	display: block;
	width: 95px;
	padding: 10px;
	margin: 75px auto 100px auto;
	background-color: #ea195e;
	border-radius: 3px 3px 3px 3px;
}

a.button:hover {
	background-color: #404040;
}

/*
 *
 * Font
 *
 */

* {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	color: #a8a8a8;
}

p a:link, p a:visited {
	color: #a8a8a8;
	text-decoration: none;
}

p a:hover {
	color: #ea195e;
	text-decoration: none;
}

p a:active {
	color: #a8a8a8;
	text-decoration: none;
}

p.darkGrey a:link, p.darkGrey a:visited {
	color: #404040;
	text-decoration: none;
}

p.darkGrey a:hover {
	color: #ea195e;
	text-decoration: none;
}

p.darkGrey a:active {
	color: #404040;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #404040;
}

.darkGrey {
	color: #404040;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	color: white;
	text-decoration: none;
}

#sitemap {
	width: 66px;
	margin: 20px auto 40px auto;
}

#logo {
	display: block;
	width: 342px;
	margin: 0 auto;
}

.elevenText {
	font-size: 11px;
}