* {
margin:0px;
padding:0px;
border:0px;
}

body {
	background:#26276A;
}

#wrapper {
	width:900px;
	margin:0 auto;
	background-color: #fff;
	padding:60px;
	
}

#content {
	font-family: sans-serif;
}

#content img {
	width:500px;
	height:279px;
	position: relative;
	left:50%;
	margin-left:-250px;
	margin-bottom:20px;
}

#content h1 {
	font-size: 26px;
	margin-bottom:1em;

}

#content p {
	margin-bottom:1em;
}

#copyright {
	font-size: 10px;
}