* {
margin:0;
padding:0;
}

body {
	background-color: #000000;
	text-align: center;
}

#content {
	position: relative;
	background-color:#000000;
	margin: 0 auto;
	width:840px;
	height:1000px;
	text-align: left;
	}

#top {
	position: absolute;
	width:840px;
	z-index: 3;
}

#main {
	position: absolute;
	width:840px;
	z-index: 1;
	margin-top: 91.2px;
	background-color: #000000;
}

#links {
	position: absolute;
	width:840px;
	z-index: 1;
	margin-top: 524px;
}
