html, body {
	height: 100%;
	}
body {
	font: 13px/145% Arial, Helvetica, sans-serif;
	color: #898989;
	margin: 0;
	padding: 0;
	background: url(images/background.jpg) repeat;
	}

div {
	margin: 0;
	padding: 0;
	}
	
img { border: 0; }

p {
	margin: 5px 0px;
	padding: 0;
	}
		a {
	font: 13px/145% Arial, Helvetica, sans-serif;
	color: #898989;
	text-decoration: none;}

/* Containers
----------------------------------------------------------------------------------- */
#container {
	width: 902px;
	margin: 0 auto;
	}
	
/* Header
----------------------------------------------------------------------------------- */
#header {
	width: 898px;
	padding: 15px 0px;
	position: relative;
	}
	
h1.logo {
	background: url(images/logo.png) no-repeat;
	height: 104px;
	width: 269px;
	text-indent: -9000px;
	margin-left: 180px;
	margin-top:30px;
	}
	
/* Content
----------------------------------------------------------------------------------- */
#content_wrapper {
	width: 902px;
	}
	
.project {
	width: 902px;
	height: 400px;
	background: url(images/project-back.jpg) no-repeat;
	position: relative;
	}
	
.screen {
	position: absolute;
	top: 11px;
	left: 11px;
	width: 621px;
	height: 375px;
	}

.description {
	position: absolute;
	top: 15px;
	right: 14px;
	width: 230px;
	}
	
h2 {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	height: 30px;
	width: 228px;
	}
	
.website {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 1;
	}
	
.spacer {
	height: 50px;
	}