/* CSS Document */

body {
	background-color: #ffffff;	
}

html, body {
height: 100%;
margin: 0;
padding: 0;
}

#wrapper {
	width: 850px;
	height: 710px;
	margin: 0px 0px 0px 0px;
	padding-top: 50px;
}

#content {
position:relative;
z-index:1;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
