body {
	background-image: url('../Background.jpg');
	background-position:50% 0px;
	background-color: black;
	color: white;
}

.bullit {
	overflow:auto;
	height: 100px;
}

h1, h5{
	border: 1px solid white;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.fps {
	//border: 1px solid white;
	//text-align:center;
	font-size: 1.2em;
}

.debug {
	display: none;
}

.button {
	padding: 3px;
	border: 1px solid white;
	cursor:pointer;cursor:hand;
}


#layerContainer {
    width: 900px;
    height: 350px;
}

#canvas,
#canvas1,
#IntroOutro,
#enterName,
#dGUI {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 23;
}

#canvas,
#enterName,
#dGUI {
	display: none;
	z-index: 1;
}

#enterName,
#dGUI {
	background: RGBA(42,42,42,.8);
	overflow:hidden;
}

#IntroOutro {
	z-index: 42;
}

.dGUIe {
	position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2em;
}


#dGUI td {
	width: 80px;
	text-align: center;
}

.hiItem {
    top: 0;
    left: 0;
    font-size: 1.2em;
    width: 90px;
	text-align: center;
	border-bottom: 1px solid white;
}

.hiRow {
	position: absolute;
	width: 600px;
	margin: auto 5px;
}

.hiRow li {
	list-style-type: none;
	float: left;
    font-size: 1.2em;
    width: 90px;
    margin-left: 9px;
	text-align: center;
	border-bottom: 1px solid white;
}
