body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #1ee1d7;
}

h1 {
	font-family: sans-serif, arial, helvetica;
	color:#5b0d3c;
	font-size:22px;
	font-weight:normal;
	line-height:40px;
	border: none;
	margin: 20px 0;
	padding: 0 0 20px;
}

h1.logo {
	width: 400px;
	height: 250px;
	text-indent: -9999px;
	overflow: hidden;
	text-transform: capitalize;
	background: url(../img/wildvpn-logo.png) 0px 0px no-repeat;
	margin: 20px 0;
	padding: 0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0e6e69;
	text-align: center;
}
a {
	color:#0e6e69;
	text-decoration: none;
}
a:hover {
	color:#0e6e69;
	text-decoration: underline;
}

#center {
	margin: 0 auto;
	width:400px;
	text-align:center;
}