/*
CSS inspiration derived from http://www.brettnyquist.com 
*/

html, body {
	height: 100%;
	}
	
body {
	font: 18px/145% Arial, sans-serif;
	color: #898989;
	margin: 0;
	padding: 0;
	background: url(bg.jpg) repeat;
	}

div {
	margin: 0;
	padding: 0;
	}
	
img { 
	border: 0; 
	}

p 	{
	margin: 5px 0px;
	padding: 0;
	}
	
a 	{
	outline: none;
	}

#container {
		width: 902px;
		margin: 0 auto;
		margin-top: 8%;
	}

#content_wrapper {
	width: 902px;
	}

.project {
	width: 902px;
	height: 400px;
	background: url(pb.png) no-repeat;
	position: relative;
	}
	
.screen {
	position: absolute;
	top: 11px;
	left: 11px;
	}

.description {
	position: absolute;
	top: 120px;
	left: 80px;
	width: 500px;
	}

#links {
	position: absolute;
	top: 80px;
	left: 550px;
	width: 320px;
}

#links a {
	font: 18px/145% Arial, sans-serif;
	color: #898989;	
}
	
