a {
    color: #000;
}
a:hover {
    color: #ff0099;
}
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}
body, html {
	width: 100%;
	height: 100%;
}
img {
	border: none;
}
#page_outer {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
#page_inner {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
#page_content {
	position: relative;
	top: 50%;
	margin: -260px 0 0 0;
}
h1 {
	overflow: hidden;
	text-indent: -999em;
	width: 1px;
	height: 1px;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}

