*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #3086fe;
	background: #0090ff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
}

img
{
	border: 0;
}

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

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

p
{
	width: 495px;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	margin: 0 auto;
	margin-top: 50px;
	text-align: justify;
	letter-spacing: 0px;
	line-height: 25px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
	p { font-weight: 100; }
}

#container
{
	width: 960px;
	margin: 25px auto;
	background: #3086fe;
	background: #0090ff;
	text-align: center;
}

#buttons
{
	width: 500px;
	margin: 0 auto;
	margin-top: 50px;
}

.button
{
	float: left;
	width: 150px;
	height: 50px;
	margin-right: 7px;
}

#icons
{
	width: 500px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 250px;
}

.icon
{
	float: left;
}

#splitter
{
	width: 960px;
	height: 1px;
	background: #e1dcdc;
	margin-top: 10px;
	clear: both;
	margin-bottom: 20px;
}

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

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

#youtube
{
	float: left;
	width: 300px;
	margin-left: 30px;
	text-align: center;
}

#facebook h2, #soundcloud h2, #youtube h2
{
	margin-bottom: 10px;
}

#video1
{
	margin-bottom: 23px;
}

#copyright
{
	width: 960px;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	margin: 15px 0 15px 0;
	letter-spacing: 0;
}