body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	background-color: white;
	color: white;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}

div {
	text-align: left;
}

#top {
	display: box;
	width: 960px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/logo.gif");
	background-repeat: no-repeat;
	background-position: 0px 100px;
	background-origin: content-box;
}

#page-body {
	display: box;
	width: 960px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/bg.gif");
	background-repeat: repeat-y;
}

#left-col {
	display: box;
	position: relative;
	top: 48px;
	left: 100px;
	width: 500px;
	height: 500px;
}

#right-col {
	display: box;
	position: relative;
	top: -452px;
	left: 700px;
	width: 220px;
	height: 500px;
}
