* {
	background-color: black;
	color: white;
	margin: 0 auto;
	text-align: center;
}

h1 {
	color: #fdb45d;
	font-weight: bolder;
	font-size: 56px;
	font-family: 'Stalinist One', cursive;
	margin: -20px;
}

h3 {
	font-family: 'Kanit', sans-serif;
	font-weight: bolder;
	font-size: 22px;
	margin: 40px;
}


#logo {
	width: 300px;
	margin: -20px;
}

#theMiddle {
	width: 700px;
	margin: 0 auto;
}

#game {
	font-family: 'Kanit', sans-serif;
/*	font-weight: bold;*/
	font-size: 20px;
	letter-spacing: 2px;
	margin: 20px;
	float: right;
}

#planet {
	float: left;
}

#alderaan {
	width: 300px;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	*background:none;
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background:url(../images/aldaraan08.jpg) no-repeat;
	width:600px;
	height:256px;
	border:5px solid #000;
	z-index: 9002;
}

#popUpDiv2 {
	position:absolute;
	background:url(../images/winning.jpg) no-repeat;
	width:600px;
	height:256px;
	border:5px solid #000;
	z-index: 9002;
}

a {
	color: #fff;
	text-decoration: none;
	font-family: 'Kanit', sans-serif;
	font-size: 21px;
}

a:hover {
	color: #fdb45d;
}