#wrapper {
	width: 960px;
	margin: auto;
	position: relative;
}

#menu {
	position: absolute;
	top: 0;
	right: 0;
	height: 150px;
	width: 100%;
}

#menu a {
	display: block;
	width: 80px;
	height: 90px;
	line-height: 150px;
	text-align: center;
	float: right;
	font-size: 12px;
	color: #bbbbbb;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../img/pat45-black.gif');
}

#menu a:hover, #menu a.active {
	background-image: url('../img/pat45-gray.gif');
	color: white;
	text-decoration: none;
}


#menu a.menu-border {
	border-right: 1px solid #999999;
}


#capa {
	position: absolute;
	top: 150px;
	left: 70px;
	width: 350px;
	height: 350px;
}

#player {
	position: absolute;
	top: 503px;
	left: 70px;
	width: 350px;
}

#content-holder {
	position: absolute;
	top: 150px;
	right: 0px;
	width: 485px;
	background-image: url('../img/pat-black.gif');
	margin-bottom: 100px;
}

#content-holder img {
	margin: 3px;
	padding: 3px;
	border: 1px solid #c0c0c0;
}