/* ---- Header CSS ---- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: none;
}
body {
	position: relativel;
    text-align: center;
	margin: 30px auto 0;
	padding: 50px 0 0 0;
	width: 974px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}
#container {
	background: #000;
}