body {
    background-image: url('images/cloth.jpg');
    background-color: #CB2B1D;
    font-family: "Helvetica Neue", "Helvetica", "Arial";
    color: #ffffff;
	margin:0;
}
#container{
    background-color: #CB2B1D;
    width:100%;
}
h1 {
    position: relative;
    letter-spacing: 0;
    font-size: 40px;
    line-height: 50px;
    width:90%;
    text-align: center;
    margin: auto auto;
}

#pizza {
    width: 100%;
    height: 100%;
    width: auto\9; /* ie8 */
    margin-top:20px;
}