body {
	margin: 0 auto;
	overflow-y:auto;
	font-family: ubuntu, sans-serif;
	font-size: 16px;
}
html {
	overflow-y:hidden;
}
#page-background {
	z-index:-1;
	/* Set rules to fill background */
    min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
    position: fixed;
	top: 0;
	left: 0;
}
 @media screen and (max-width: 1024px) {
 #page-background {
 left: 50%;
 margin-left: -512px;   /* 50% */
}
}
#copyright {
	position: absolute;
	left: 10px;
	bottom:10px;
	font-family: "Ubuntu Light", sans-serif;
	font-size: 10px;
	color:#FFF;
}
#box {
	position: relative;
	width: 610px;
	padding: 30;
	padding-top: 20px;
	padding-left: 20px;
	height: 300px;
	padding-right: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -305px;
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-repeat: repeat;
}
#wsjlogo {
	position: absolute;
	top: 5px;
	z-index: 10;
	right: 5px;
}
.strong {
	font-weight: bold;
}
.heading {
	font-size: 40px;
	font-weight: bold;
}
.footnote {
	font-family: "Ubuntu Light", sans-serif;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
}
