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

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

img {
	border: 0px;
}

.borderimg {
	border: 1px solid #C47557;
}

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

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

.order {
  position: fixed;
  top: 50%;
  left: 24.8%;
  z-index: 2;
}

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

.enter {
  position: fixed;
  top: 70%;
  left: 24.5%;
  z-index: 2;
}
