@charset "utf-8";
/* CSS Document */
* body {
	background: #000;
}

img {
	margin-left: ;
	}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.centeredSplash {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -232px;
  margin-left: -405px;
  width: 810px;
  height: 463px;
} 

.centeredLinks {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -153px;
  margin-left: -92px;
  width: 194px;
  height: 261px;
} 
IMG.noborder {
	border: 0;
}

.mainLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-decoration: none;
	color: #999999;
	line-height: .95em;
}
.scrunched {
	line-height: .95em;
	margin: 0;
	padding: 0;
}
#left {
	width: 100px;
	float: left;
}

#center {
	width: 760px;
	float: left;
}

#right {
	width: 100px;
	float: left;
}
#navbar {
	clear: left;
	width: 760px;
}