html {
	height: 98%;
}
body {
	height: 98%;
	text-align: center;
}

div.main {
	position: relative;
	min-height: 100%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div.content p {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

div.header {
}

div.contact {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

img {
	padding: 8px;
	border: 1px solid #bbb;
	background-color: #eee;
}

img.banner {
	margin: 0 auto;
	max-width: 800px;
	width: 80%;
}

img.screenshot {
	vertical-align: text-top;
	width: 200px;
}

p {
	text-align: left;
}

p.center {
	text-align: center;
}

div.left {
	position: absolute;
	left: 0;
	top: 0;
	height:1000px;
	width: 10%;
	background-color: #ccc;
}
div.right {
	position: absolute;
	right: 0;
	top: 0;
	height:1000px;
	width: 10%;
	background-color: #ccc;
}
div.leftborder {
	position: absolute;
	left: 0;
	top: 0;
	height:100%;
	width: 3px;
	background-color: #222;
}
div.rightborder {
	position: absolute;
	right: 0;
	top: 0;
	height:100%;
	width: 3px;
	background-color: #222;
}
