* {
    margin: 0;
    padding: 0;
}

body {
	height: 100%;
	margin:0;
	padding: 0;
    background: #000000;
	text-align:center;
	color:#fff;
}

#wrapper{
	
	margin:0 auto;
	width:986px;
	
}

#top{
	
	margin:17px 0 0 0;
	padding:0;
	width:986px;
	height:73px;
	background-image: url('../images/top.gif');
	background-repeat: no-repeat;
	
}

#center{
	
	margin:0;
	padding: 0;
	width:986px;
	min-height:20px;
	background-image: url('../images/center.gif');
	background-repeat: repeat-y;
	float:left;
	text-align:0;
	clear:both;
	display:block;
	
}

#content{
	
	margin:0 0 0 6px;
	padding: 0 0 6px 0;
	width:974px;
	height:530px;
	float:left;
	text-align:left;
	clear:both;
	
}

html#content{
	
	margin:0 0 0 0;
	padding: 0 0 6px 0;
	width:974px;
	height:530px;
	float:left;
	text-align:left;
	clear:both;
	
}

#bottom{
	
	margin:0;
	padding:0;
	width:986px;
	height:76px;
	background-image: url('../images/bottom.gif');
	background-repeat: no-repeat;
	float:left;
	text-align:left;
	
}

/* hide from ie on mac \*/
.hidden {
	position: absolute;
	left: -9000px;
}
/* end hide */