html {
	min-height: 101%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#FFFFFF;
	background:url(../assets/images/bg.jpg) repeat-x;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}

p {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

img {
	border: 0px;
}

a:link {
	color: #ffffff;
	font-weight:normal;
	text-decoration: underline;
	outline:none;
}

a:visited {
	color: #ffffff;
	font-weight:normal;
	text-decoration: underline;
	outline:none;
}

a:hover {
	color: #fcff00;
	font-weight:normal;
	text-decoration: none;
	outline:none;
}

a:active {
	color: #ffffff;
	font-weight:normal;
	text-decoration: underline;
	outline:none;
}

.hidden {
	display:none;
}

ul {margin:0; padding:0;}

ul li {margin:0; padding:0;}

#page_container {
	width: 383px;
	display: block;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#page_content {
	width: 383px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#body_container {
	position: relative;
	float:left;
	height: auto;
	width: 383px;
	padding: 0;
}

#poster_background {
	width: 385px;
	margin: 49px 0 0 0;
	height: 525px;
	float:inherit;
	background: url(../assets/images/poster.jpg);
	position:absolute;
}

#artist {
	width: 288px;
	margin: 323px 0 0 48px;
	height: 25px;
	float: left;
	border-bottom: 2px solid #383633;
	font-family: "Courier New", "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #000000;
	font-weight: bold;
	letter-spacing: -0.08em;
}

#artist_details {
	width: 288px;
	margin: 10px 0 0 48px;
	height: auto;
	float: left;
	font-family: "Courier New", "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000000;
	font-weight: normal;
	letter-spacing: -0.04em;
}

#artist_details a {
	margin: 0;
	height: auto;
	float: left;
	font-family: "Courier New", "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;

}

#publicist {
	width: 288px;
	margin: 25px 0 0 48px;
	height: 25px;
	float: left;
	border-bottom: 2px solid #383633;
	font-family: "Courier New", "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #000000;
	font-weight: bold;
	letter-spacing: -0.08em;
}

#publicist_details {
	width: 288px;
	margin: 10px 0 0 48px;
	float: left;
	height: auto;
	float: left;
	font-family: "Courier New", "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000000;
	font-weight: normal;
	letter-spacing: -0.04em;
}

#publicist_details a {
	margin: 0;
	height: auto;
	float: left;
	font-family: "Courier New", "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
}






