#outer {
	position: absolute;
	top: 50%;
	width: 100%;	
}

#inner {
	position: relative;
	top: -171px;
	height: 342px;
	width: 700px;
	background: transparent url(../images/login-bg.png) 0 0 repeat-x;
	color: #fff;
	-moz-border-radius: 0 171px 171px 0;
	-webkit-border-radius: 0 171px 171px 0;
	border-radius: 0 171px 171px 0;
}

h1 {
	font-size: 600%;
}

h2 {
	font-size: 300%;
	padding-top: 40px;
}

#form {
	margin-top: 6px;
	margin-left: 40px;
}


#inner a {
	color: #fff;
}

#footer {
	width: 960px;
	margin: auto;
	position: relative;
	top: -162px;
	text-align: center;
}

#footer a {
	color: #999;
}