/* CSS Document */

@import url(layout_all.css);


/* Layout styles */
#container {
	background-image: url(../images/bg_home.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#content_secondary {
	margin-top: 88px;
	height: 305px;
	background-image: url(../images/bg_content_secondary.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#content_secondary div {
	position: relative;
	margin: 0 auto;
	width: 822px;
}
#content_secondary p{
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 106px;
	left: 125px;
	width: 292px;
	text-align: center;
	z-index: 2;
}
#holla {
	position: absolute;
	top: 94px;
	left: 20px;
}
#albums {
	position: absolute;
	top: 20px;
	right: 10px;
}


/* Navigation */



/* Site Info Area */




/* Page-specific rules */


