

body{
	margin:0px;
	padding:0px;
	border:0px;
	background: black url(../images/stars.png) top left repeat;
}

/*800 pixel wide box to contain the page*/
#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

a img{
	border: 0px;
}

/**********************************epicenter***/
#epicenter{
	margin-top: 15px;
	background: transparent url(../images/full.png) top left;
	width: 875px;
	height: 875px;
	position: relative;
}
#epicenter_plain{
	background: transparent url(../images/full_plain.png) top left;
	margin-top: 15px;
	width: 875px;
	height: 875px;
	position: relative;
}
#demo{
	position: absolute;
	top: 550px;
	left: 283px;
}
#contact{
	position: absolute;
	top: 470px;
	left: 520px;
}
#about{
	position: absolute;
	top: 380px;
	left: 165px;
}
#banner{
	position: absolute;
	top: 42px;
	left: 5px;
}
#player{
	position: relative;
	padding-top: 265px;
}
#text{
	position: relative;
	padding-top: 182px;
	text-align: center;
	font-family: Times New Roman
}

