@charset "UTF-8";

body {
	background-color: #000000;
}

#background {
	position: fixed; 
	left: 0;
	top: 0; 
	width: 100%;
	height: 100%;
	z-index: -1; 
}

#logo {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 314px;
	height: 402px;
	margin-top: -250px; /* half the height */
	margin-left: -157px; /* half the width */
	z-index: 1;
}

#footer {
	position: fixed;
	left: 0px;
	width: 100%;
	height: 100px;
	bottom: 0px;
	z-index: 2;
}

#textButton {
	top: 50%;
	left: 50%;
	width: 864px;
	height: 60px;
	position: absolute;
	margin-top: -30px;
	margin-left: -432px;
	z-index: 1;
	z-index: 4;
}

#button {
	position: relative;
	top: -4px;
}

#text {
	position: relative;
	top: 3px;
	left: 15px;
}

#blueBar {
	position: absolute;
	left: 0;
	top: 0; 
	width: 100%;
	height: 100%;
	z-index: 3;
}
