


#dookiefodder{ background-color:#000000;}

#container{
width:1000px;
background-color: #000000;
background-image: url(images/frontBG.jpg);
background-position: top center;
  margin-left: auto ;
  margin-right: auto ;
  background-repeat:no-repeat;
 }
 
#header{

width:1000px;
height: 1200px;
  margin-left: auto ;
  margin-right: auto ;
background-repeat:no-repeat;
}


.asmo, .forum, .elyos{ 
	display: block; 
	width: 300px; 
	height: 300px;
	margin: 0px 0px -130px 0px;
}

.asmo{ 
	background: url("images/buttons/asmo.png") 0 0 no-repeat;
}

.forum { 
	background: url("images/buttons/RLforum.png") 0 0 no-repeat;
}

.elyos { 
	background: url("images/buttons/elyos.png") 0 0 no-repeat;
}

.asmo span, .forum span, .elyos span {
	display: none; text-indent: -5000px;
}

.asmo:hover, .forum:hover, .elyos:hover{
	background-position: 0 -300px;
}








