body {
	margin: 0;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
}

#container {
	position: relative;
	background-image: url(../img/whitepaper.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 900px;
	margin: 0 auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

#homecontainer {
	position: relative;
	background-image: url(../img/homewhitepaper.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 625px;
	margin: 0 auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

#header {
width: 1000px;
height: 900px;
}

#homeheader {
position: absolute;
width: 710px;
height: 650px;
left: 50%;
margin-left: -355px;
}

