body{
	background:#403192 url(install-bg.png) no-repeat center top;
}

#logo{
	width: 800px;
	margin: 20px auto 0px auto;
}

#content-holder{
	width: 780px;
	margin: 20px auto 0px auto;
	border: 1px solid #000;
	background: #9AF;
	padding: 10px 10px 10px 10px;
	text-align:center;
}

#footer{
	clear: both;
	display: block;
	padding: 20px 20px 0px 10px;
	color: #141414;
	font-size: 90%;
	text-align: center;
}
#footer a, #footer a:visited{
	color: #009;
}
#footer a:hover{
	color: #00F;
	text-decoration:none;
	cursor: crosshair;
}

#error{
	background: #500;
	padding: 10px;
	color: #CCC;
	margin-bottom: 15px;
}