body {
	text-transform: none;
	text-decoration: none;
	text-align: center;
	word-wrap: normal;
	font-variant: normal;
	font-style: normal;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 0.76em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #222222;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
}

img { 
	margin: 0px;
	border-style: none;
}

button {
	margin: 0px; 
	border-style: none; 
	padding: 0px; 
	background-color: transparent; 
	vertical-align: top 
}

p:first-child { 
	margin-top: 0px 
}

a {
	text-decoration: none;
}

a:link { 
	color: #ff0ded;
}

a:visited { 
	color: #ff0ded;
}

a:hover { 
	color: #f9f;
}

a:active { 
	color: #ff0ded;
}

h1 {
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}

h2 {
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}

h3 {
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}

.pageCenterDiv {
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-top: -240px; 
	margin-left: -252px; 
	background-image: none;
}

.pageDiv {
	position: relative;
	float: left;
	width: 504px; 
	height: 480px;
	margin: auto;
	text-align: left;
}

.footer {
	width: 504px;
	clear: left;
}

.footer p{
	display: block;
	padding-top: 5px;
	text-align: right;
	color: #888888;
	padding-top: 5px;
}

.hidden {
	display: none;
}