body{
    background-color: maroon;
    font-family: arial;
    color: white;
    margin:auto;
}

.wrapper{
	margin:auto;
	text-align: center;
	height:666px;
	width: 999px;
}
#header{
	width:999px;
	height:100px;
	background-image: url("cancer.png");
}

#content{
	margin-top:200px;
	width:999px;
	height:490px;
}
a{
	color:white;
}