#header {
	position: relative;
	height: 200px;
	background: #000000;
	background-position: top right;
	}

#page {
	background: #ffffff;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	}

a {
	color: #111;
	text-decoration: none;
	}