body {
	position: relative;
	top: 0px;
	background: gray;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1024px;
}

div.main {
	position: absolute;
	margin-top: 0px;
	margin-left: 10%;
	margin-right: 10%;
	min-width: 700px;
	min-height: 100%;
	background: white;
}

img.big {
	position: absolute;
	right: 20px;
	top: 20px;
}

div.title {
	position: absolute;
	font-family: lucida grande, arial, helvetica, sans-serif;
	left: 20px;
	margin-top: 20px;
	font-size: 24px;
}

div.boilerplate {
	position: absolute;
	font-family: lucida grande, arial, helvetica, sans-serif;
	color: silver;
	left: 20px;
	margin-top: 200px;
	font-size: 12px;
}

div.navbar {
	position: relative;
	min-width: 600px;
	background: white;
	top: 340px;
	height: 32px;
	margin-left: 20px;
	margin-right: 20px;
}

a.navbar {
	position: relative;
	color: silver;
	font-family: lucida grande, arial, helvetica, sans-serif;
	min-width: 100px;
	height: 32px;
	width: 100px;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}

a:hover.navbar {
	position: relative;
	color: blue;
	font-family: lucida grande, arial, helvetica, sans-serif;
	min-width: 100px;
	height: 32px;
	width: 100px;
	margin-left: 20px;
	margin-right: 20px;
}

div.text {
	position: relative;
	background: white;
	color: #303030;
	font-family: lucida grande, arial, helvetica, sans-serif;
	top: 400px;
	margin-left: 20px;
	margin-right: 20px;
}

div.trademark {
	background: white;
	position: absolute;
	font-family: lucida grande, arial, helvetica, sans-serif;
	color: silver;
	font-size: 10px;
	text-align: center;
	top: 1000px;
	margin-top: 0px;
	margin-left: 10%;
	margin-right: 10%;
	min-width: 700px;
}

a.body {
	position: relative;
	color: gray;
	font-family: lucida grande, arial, helvetica, sans-serif;
	text-decoration: none;
}

a:hover.body {
	position: relative;
	color: blue;
	font-family: lucida grande, arial, helvetica, sans-serif;
}

div.right {
	position: absolute;
	right: 20px;
}

div.left {
	position: absolute;
	left: 20px;
}