html{
	height: 100%;
	width: 100%;
}

body{
	background: #000000;
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}

#logo{
	background: url('../images/AADP.png');
	height: 550px;
	width: 393px;
	margin: 0 auto 0 auto;
}
