body {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: black url(bg.jpg) repeat top left;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
}

#paper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
	td {
		padding: 0;
		margin: 0;
	}

	td.tl {
		background: transparent url(shadow-tl.png) no-repeat bottom right;
		width: 21px;
		height: 20px;
	}
		td.t {
			background: transparent url(shadow-t.png) repeat-x bottom left;
			height: 20px;
		}
		td.tr {
			background: transparent url(shadow-tr.png) no-repeat bottom left;
			width: 20px;
			height: 21px;
		}
	td.l {
		background: transparent url(shadow-l.png) repeat-y top right;
		width: 21px;
	}
	td.r {
		background: transparent url(shadow-r.png) repeat-y top left;
		width: 21px;
	}
	td.bl {
		background: transparent url(shadow-bl.png) no-repeat top right;
		width: 20px;
		height: 21px;
	}
		td.b {
			background: transparent url(shadow-b.png) repeat-x top left;
			height: 20px;
		}
		td.br {
			background: transparent url(shadow-br.png) no-repeat top left;
			width: 21px;
			height: 20px;
		}

#article {
	background: white;
	opacity: 0.5;
	padding: 10px;
}
	#article p {
		margin-bottom: 0;
	}
	#article p:first-child {
		margin-top: 0;
	}

#drawing {
	width: 965px;
	height: 788px;
	background: transparent url(paper.jpg) no-repeat top left;
	position: relative;
}
	#paperclip {
		position: absolute;
		background: transparent url(paperclip.png) no-repeat top left;
		width: 215px;
		height: 61px;
		top: 415px;
		left: -15px;
	}
	#tagline {
		position: absolute;
		background: transparent url(tagline.png) no-repeat top left;
		width: 353px;
		height: 81px;
		top: 714px;
		left: 128px;
	}
	#picturebox {
		position: absolute;
		background: transparent url(picturebox.png) no-repeat top left;
		width: 514px;
		height: 340px;
		top: 420px;
		left: 450px;
	}
		#picturebox span {
			position: relative;
			display: block;
			top: 25px;
			left: 78px;
			width: 359px;
			height: 290px;
		}
			#picturebox span img {
				width: 362px;
				height: 290px;
			}

	#intro {
		position: absolute;
		width: 500px;
		top: 226px;
		left: 411px;
	}
	#contact {
		position: absolute;
		width: 335px;
		top: 511px;
		left: 130px;
	}
	#intro p,
	#contact p {
		margin: 0;
		font-size: 1.6em;
		line-height: 1.45em;
		color: #a01e21;
	}

#copyright {
	color: white;
	width: 965px;
	margin: 0 auto;
	position: relative;
	top: -10px;
}

#extensions {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
	#extensions td {
		text-align: center;
	}
		#extensions img {
			width: 122px;
			height: 165px;
		}
