*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
}

img
{
	border: 0;
}

h2
{
	color: #000;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.45em;
}

h2.tag
{
	margin: 0 0 0 165px;
}

h2.title
{
	margin-bottom: 5px;
}


@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
	h2 { font-weight: 400; letter-spacing: 7px; }
}

#container
{
	width: 700px;
	margin: 50px auto 0 auto;
	background: #fff;
}

#photo
{
	width: 580px;
	height: 92px;
	margin-left: 50px;
}

#icons
{
	width: 335px;
	margin: 50px 0 30px 185px;
	float: left;
}

.icon
{
	float: left;
}

#splitter
{
	width: 700px;
	height: 1px;
	background: #000;
	clear: both;
	margin: 0 0 20px 0;
}

#soundcloud
{
	float: left;
	width: 300px;
	text-align: center;
}

#facebook
{
	float: left;
	width: 300px;
	text-align: center;
	margin-left: 100px;
}

#copyright
{
	width: 100px;
	text-align: center;
	color: #000;
	font-size: 0.7em;
	margin: 25px auto;
	letter-spacing: 0;
}