body{
background: rgb(236,217,193);
background: -moz-radial-gradient(circle, rgba(236,217,193,1) 0%, rgba(177,153,112,1) 70%);
background: -webkit-radial-gradient(circle, rgba(236,217,193,1) 0%, rgba(177,153,112,1) 70%);
background: radial-gradient(circle, rgba(236,217,193,1) 0%, rgba(177,153,112,1) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecd9c1",endColorstr="#b19970",GradientType=1);
}

img {
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;

}