body {
	background-color:#000000;
	text-align:center;
}
#website {
	width:1000px;
	margin:auto;
}
#header {
	width:1000px;
	height:100px;
	background:#AA0000;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	margin-top:400px
}
#header h1 {
	padding-top: 32px;
	font-size: 36px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace
}