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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	background: #000000;
}

img {
	border: 0px;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -350px;
  margin-left: -600px;
  z-index: 0;
}

.title {
  position: fixed;
  top: 10%;
  left: 8%;
  z-index: 2;
}

.order {
  position: fixed;
  top: 40%;
  left: 7.8%;
  z-index: 2;
}

.links {
  position: fixed;
  top: 50%;
  left: 6%;
  z-index: 3;
}

.enter {
  position: fixed;
  top: 65%;
  left: 8%;
  z-index: 2;
}