body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	overflow: hidden;
	background-color: black;
}

h1 {
	font-size: 42px;
	font-weight: bold;
}

div.header {
	margin-top: 15px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;	
}

div.footer {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 300px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

div.backer {
	height: 480px;
	width: 640px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	z-index: 1;
	border: 2px orange solid;
}

div.over {
	height: 264px;
	width: 728px;
	margin-top: -350px;
	margin-left: auto;
	margin-right: auto;	
	z-index: 2;
}

div.left {
	height: 260px;
	width: 360px;
	z-index: 3;
	float:left;
	background-image: url("../images/chips.jpg");
	border: 2px orange solid;
	text-align: center;	
}

div.right {
	height: 260px;
	width: 360px;
	z-index: 3;
	float:right;
	background-image: url("../images/servers.jpg");
	border: 2px orange solid;
	text-align: center;	
}

img.enter {
	height: 80px;
	width: 80px;
	z-index: 4;
	border: none;
	margin-top: 15px;
}
