@charset "UTF-8";
/* CSS Document */


#allisone {
	position:absolute;
	width: 100%;
	height: 100%;
}

#logo {
	position:fixed;
	width: 350px;
	height:150;
	margin: 0px 0px 0px -175px;
	top:36%; 
	left:50%;
}

#footer {
	position:fixed;
	width: 100%;
	height:25px;
	left:0px;
	bottom:0px;
	background-color:#999;
	padding-top:6px;
}


