body {
	background-color: #262626;
}
#container {
	width: 780px;
	height: 550px;
	margin-left: 100px;
	text-align: left;
	background-color: #ededed;
	border-style: solid;
	border-width: 1px;
}
#header {
	height: 170px;
	width: 780px;
}
#content {
	height: 520px;
	width: 780px;
	background-color: #ededed;
	font-family: sans-serif;
	font-size: 12px;
	color: #707070;
}
p.intro {
	position: absolute;
	top: 200px;
	left: 120px;
	width: 700px;
}
p.oneline {
	position: absolute;
	top: 310px;
	left: 120px
}
table.link {
	position: absolute;
	top: 240px;
	left: 120px;
	font-family: sans-serif;
	font-size: 12px;
	color: #707070;
}
table.amazon {
	position: absolute;
	top: 340px;
	left: 120px;
}
a {
	text-decoration: none;
	color: #707070;
}
