/*
	Fantasy Hip Hop Styles
	@AUTHOR: jfrench
	( c ) 2009. Fantasy Hip Hop LLC
	
*/

body{
	background-color: black;
	text-align: center;
	min-width: 1100px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	
}
img{
	width:80px;
	border-style:dotted;
	border-width:thin;
	padding:5px;
}

iframe{
	border-style:none;
	border:none;
}

#wrapper{
	margin:0 auto;
	width:1100px;
	text-align: left;
}
#background{
	background-image: url(galaxy.png);
	background-repeat: no-repeat;
	width: 1100px;
	height: 850px;
	/*
	border-style:dotted;
	border-color:red;
	*/
	position:absolute;
	bottom:0px;
	z-index:300;
	
}

#centerPlanet{
	position:absolute;
	top:270px;
	left:350px;
	background-image:url(center.png);
	background-repeat:no-repeat;
	width:377px;
	height:375px;
	z-index:100;
}

.centerPlanet a{
	color:#0B426C;
	text-decoration:none;
}


.centerPlanet a:hover{
	color:yellow;
	text-decoration:underline;
}

.downloadGame{
	position:absolute;
	/*background-image:url(dl_mac_pc.png);*/
	background-repeat: no-repeat;
	width: 277px;
	height: 20px;
	top:225px;
	left:83px;
	cursor:pointer;
}

.playGame{
	position:absolute;
	/*background-image:url(play_game.png);*/
	background-repeat: no-repeat;
	width: 219px;
	height: 21px;
	top:251px;
	left:107px;
	cursor:pointer;
}

.whatIsThis{
	position:absolute;
	/*background-image:url(what_is_this.png);*/
	background-repeat: no-repeat;
	width: 154px;
	height: 20px;
	top:278px;
	left:133px;
	cursor:pointer;
}

.planet1{
	background-image:url(planet1.png);
	background-repeat:no-repeat;
	width:320px;;
	height:187px;
	position:absolute;
	z-index:300;
	cursor:pointer;
}

.planet2{
	background-image:url(planet2.png);
	background-repeat:no-repeat;
	width:522px;;
	height:318px;
	position:absolute;
	z-index:30;
	cursor:pointer;
}

.planet3{
	background-image:url(planet3.png);
	background-repeat:no-repeat;
	width:453px;
	height:267px;
	position:absolute;
	z-index:300;
	cursor:pointer;
}

.slidePanel{
	background-color:#B2B2AE;
	height:450px;
	width:245px;
}

.slate{
	background-image:url(slate.gif);
	width:791px;
	height: 831px;
	z-index:1000;
	position:absolute;
	top: 0px;
	margin-left:170px;
	/*
	border-color:green;
	border-style:dotted;
	*/
}

.about a{
	color: #065896;
}