body {
	background: url(img/corkboard.jpg);
	padding: 0;
	margin: 0;
}

img { border: 0; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#top {
	color: #fff;
	text-shadow: #000 0px 4px 4px;
	overflow: hidden;
	padding: 1em;
	margin-bottom: 0;
	width: 700px;
	margin: 0 auto;
}

#top img { 
	float: left;
	margin-top: -30px;
	margin-right: 1em; 
}
#top h1 {
	font-size: 5em;
	margin-bottom: 0;
	font-family: sans-serif;
}
#top h2 {
	font-weight: normal;
	text-shadow: #000 0 3px 2px;
}

#screenshots { text-align: center; clear: both; }
#screenshots p { background: url(img/screenshots.png) center no-repeat; height: 40px; }
#screenshots span { display: none; }

#content {
	width: 681px;
	height: 216px;
	margin: 0 auto;
}

#content div {
	background: url(img/note.png) top left no-repeat;
	height: 216px;
	width: 227px;
	padding-bottom: 1em;
	padding-top: 1px;
	float: left;
	overflow: hidden;
}

#content h1 {
	text-align: center;
	font-size: 1.7em;
	text-decoration: underline;
	color: #7C7D00;
	text-shadow: #440 0px -2px 0px;
}

#content ul {
	list-style: square;
	margin-left: 10px;
	margin-right: 30px;
	color: #660;
}

#content a { color: #830; }
#content p { padding: 0 30px; }

div.paper {
	background: url(img/div_bg.png) #fff top left repeat-y;
	margin: 1em 20%;
	padding-bottom: 0.2em;
}

.paper h1 {
	padding-left: 80px;
	border-bottom: 2px solid #66F;
	margin-bottom: 0;
}

.paper p {
	line-height: 1.6em;
	margin: 0 2em 1em 80px;
	text-indent: 2em;
}

.tl {
	position: relative;
	top: -1em;
	float: left;
}

.tr {
	position: relative;
	right: 0em;
	top: -1em;
	float: right;
}

#copyright {
	text-align: center;
	color: #310;
	text-shadow: #fdc 0 -2px 0px;
}