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

body {
	margin: 0px;
}
#logo {
	height: 600px;
	width: 195px;
	position:fixed;
	bottom: 0px;
	left: 0px;
	background-image:url(images/atlastevents_academycrashers.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index: 0;
}
#atlast {
	height: 64px;
	width: 64px;
	position:fixed;
	bottom: 20px;
	right: 20px;
	background-image:url(images/atlast.jpg);
	background-repeat:no-repeat;
	z-index: 0;
}
#signupcontainer {
	height: 0px;
	width: 0px;
	position:fixed;
	top: 50%;
	left: 50%;
	z-index: 5;
}
#signup {
	height: 300px;
	width: 600px;
	position: fixed;
	margin-left: -300px;
	margin-top: -250px;
	background-image:url(images/box.jpg);
	background-repeat:no-repeat;
	background-position:center;
	z-index: 10;
}