body, html {
	padding: 0;
	margin: 0;
}

a {
	color: #336285;
}

body {
	text-align: center;
	background: #ded9cd;
	padding: 50px;
}

#container {
	position: relative;
	height: 853px;
	width: 1024px;
	background: #000 url(/_assets/img/global/bg.jpg) no-repeat;
	margin: 0 auto 0 auto;
}

#logo {
	position: relative;
	top: 0;
	height: 160px;
	width: 669px;
	margin: 0 auto 0 auto;
	background: none;
}

#youtube {
	position: relative;
	top: 0;
	height: 425px;
	width: 699px;
	background: #000;
	margin: 0 auto 0 auto;
}

#buttons {
	position: relative;
	top: 0;
	width: 699px;
	background: none;
	margin: 0 auto 0 auto;
}

#foot {
	position: relative;
	top: 75px;
	width: 699px;
	background: none;
	margin: 0 auto 0 auto;
}

#copyright {
	position: relative;
	top: 0;
	left: 0;
	width: 349px;
	text-align: left;
	float: left;
}

#social {
	position: relative;
	top: 0;
	left: 0;
	width: 349px;
	text-align: right;
	float: right;
}

#footer {
	position: relative;
	top: 0;
	line-height: 16px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
	
