body {
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    background: #ffffff url(www.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
}

img {
    /*max-width: 100%*/;
    height: auto;
    width: auto\9; /* ie8 */
}