CSS Active page background image

Put clicable background image on the whole page

<style type="text/css">
body {
	margin: 0px;
	background-image: url('back.png');
	background-position: top;
	background-repeat: no-repeat;
}
#brandBackground {
	position: absolute;
	width: 100%;
	height: 995px;
}
<a target="_blank" id="brandBackground" href="http://example.com/"></a>