/* CSS Document */

body {
	background-color:#000;	
	color:#d0d0d0;
	font-size:1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-top:-32px;
	margin-left:4em;
	font-weight:normal;
	font-size:1.5em;
}

#wrapper {
	position:absolute;
	width:650px;
	left:50%;
	margin-left:-310px;
}

#headline {
	width:220px;
	height:22px;	
	margin-bottom:30px;
}

#left {
	float:left;
	width:250px;
	font-size:0.7em;
	margin-top:110px;
}

#right {
	float:right;	
}

#player {
	width:200px;
	margin-left:10px;	
}

.socialMediaIcon {
	margin-left:25px;	
	margin-bottom:30px;
	border:none;
}