* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	text-align: center;   					/* for IE */
}

a:link {
	color: #567c85;
	text-decoration: none;
}

div#container {
	background: url(images/template/background.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 980px;
	height: 800px;
}

	div#logo {
		float: left;
		margin-top: 10px;
		height: 151px;
		width: 400px;
		background: url(images/template/Starplayer.png) no-repeat;
	}
	
	div#content {
		float: right;
		margin-top: 20px;
		margin-right: 30px;
		width: 520px;
		height: 654px;		
		background: url(images/template/page.png) no-repeat;
	}
	
		div#page {
			margin-top: 65px;
			padding-left: 30px;
			padding-right: 50px;				
		}
		
		p {
			color: #494a45;
			font-family: "Times New Roman", Times, serif;
			font-size: 14px;
			line-height: 16px;
			padding-bottom: 16px;
			padding-left: 20px;
			text-align: left;
		}
		
		.discographytext {
			color: #494a45;
			font-family: "Times New Roman", Times, serif;
			font-size: 14px;
			line-height: 14px;
			padding-bottom: 16px;
			padding-left: 20px;
			text-align: left;
		}
		
		.header {
			color: #494a45;
			font-family: "Times New Roman", Times, serif;
			font-size: 30px;
			line-height: 14px;
			padding-bottom: 20px;
			padding-left: 20px;
			padding-top: 10px;
			text-align: left;			
		}
		
		.heading {
			color: #494a45;
			font-family: "Times New Roman", Times, serif;
			font-size: 15px;
			line-height: 14px;
			padding-bottom: 20px;
			text-align: center;
		}
	
	div#menu {
		float: left;
		margin-top: 150px;
		margin-left: 40px;
		width: 308px;
		height: 233px;
	}
