* {
	font-family: "Trebuchet MS";
}

div {
	padding: 3px;	
}

body {
	position: absolute;
	width: 500px;
	margin: 40px;
	left: 50%;
	margin-left: -250px;
}

#headline {
	position: absolute;
	text-align: center;
	width: 500px;
	height: 30px;
	font-size: 20px;
}

#blurb {
	position: absolute;
	width: 350px;
	height: 350px;
	top: 50px;
	font-size: 14px;
	border-right: 2px solid grey;
}

#contact {
	position: absolute;
	width: 150px;
	height: 40px;
	top: 40px;
	left: 360px; 	
}

#media {
	position: absolute;
	width: 150px;
	top: 140px;
	left: 360px;
	font-size: 26px;
}

#media a:link, a:visited {
	color: grey;
}

#media a:hover {
	color: silver;
}

#media p {
	margin: 0px;
	line-height: 30px;	
}

#songs {
	position: absolute;
	width: 500px;
	top: 350px;	
}

#pic {
	position: absolute;
	top: 280px;
	left: 400px;	
}