body {
	text-align: center;
	color: white;
	font: 12px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 5px;
	word-spacing: 2px;
	background: #000 url(background.jpg) no-repeat center top;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
p {
	text-align: justify;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 27px;
	margin: 20px;
	text-indent: 30px;
}
div#main {
	width: 900px;
	display: inline-table;
	margin-top: 44px;
}
div#sidebar {
	float: left;
	display: inline-table;
	text-align: right;
	width: 270px;
	background: url(stamp.png) no-repeat 117px 5px;
	height: 500px;
	padding-top: 166px;
}
div#content {
	display: inline-table;
	width: 590px;
	margin-left: 10px;
	float: left;
	margin-bottom: 30px;
}
div#specs p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	text-indent: -30px;
}
div#specs b {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h2 {
	margin-top: 30px;
	margin-bottom: 5px;
}
img {
	border: none;
}
img.example {
	border: 2px solid white;
}