/* CSS Document */

html, body {
	width:100%;
	height:100%;
	background:#020112 url(../images/bg.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
}
#holder {
	width:611px;
	height:390px;
	padding:225px 0 50px 0;
	margin:0 auto;
}
#push {
	text-align:right;
	padding-bottom:100px;
}
#footer {
	text-align:center;
	color:#432743;
	font-size:10px;
	padding-bottom:50px;
	padding-top:150px;
}
	#footer a {
		color:#432743;
	}