body {
	background-image: url('background.gif');
	background-position: top center;
	background-repeat: repeat-y; 
	background-color: #000000;
	font-family: Helvetica, Arial, san-serif;
	color: #686eac;
	min-width: 600px;
	line-height: 23px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div.reelCompressor {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}

div.shp {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}

div.project {
	height: 190px;
}

p {
	font-size: 12pt;
	mrgin-top: 0px;
}

h1 {
	font-size: 18pt;
	margin-top: 0px;
}

img {
	border: 0px;
}

img.project {
	float: left;
	margin-right: 20px;
}

img.header {
	margin-top: 10px;
}