#menuTop {
	position:absolute;
	left:148px;
	top:74px;
	width:613px;
	height:100px;
	z-index:1;
}
#newNav li {
	margin: 0;
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0 0px 0 0px;
	line-height:0;
}
#newNav a, #newNav img {
	padding:0;
	margin:0;
}


#player {
	position:absolute;
	left:241px;
	top:196px;
	width:430px;
	height:239px;
	z-index:1;
}

#info {
	position:absolute;
	left:241px;
	top:196px;
	width:430px;
	height:239px;
	z-index:1;
}

#othercrap {
	position:absolute;
	left:148px;
	top:446px;
	width:613px;
	height:73px;
	z-index:1;
}

#info a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}