body {
	background-color:#555555;
}

body div {
    background-color: #999999;
    width: 1000px;
    padding: 10px;
    text-align: center;
    margin: 30px auto;
}
body div h1 {
    background-color:#dddddd;
    color: #555555;
}
