* {
	margin: 0px; 
	padding: 0px;
}
body {
	background: #000000;
	overflow: hidden;
}
#content {
	background: #000000 url(header.jpg) no-repeat;
	background-position: bottom;
	height: 550px; 
	left: 50%; 
	margin: -275px 0px 0px -650px; 
	position: absolute;
	text-align: center;
	top: 50%; 
	width: 1300px;
}
#content img {
	margin: 170px 0px 0px 30px;
}

