#everything {
	width: 950px;
	margin: 0 auto;
}

body { 
	margin: 0px;
	padding: 0px;
	background: url(../images/body_background.jpg) no-repeat #000;
	background-position: top center;
}

#header {
	height: 170px;
	background:url(../images/header_bg.png) repeat-x;
	background-position: -1px 0px;
}
	#header_overlay {
		background:url(../images/header_overlay.png) repeat-y;
		height: 170px;
	}

#logo {
	background: url(../images/logo_background.jpg) no-repeat;
	height: 198px;
	width: 795px;
	margin: -115px auto 0;
	position: relative;
}

#content {
	background:url(../images/content_background.png) repeat-y;
	background-position: 0px -10px;
	margin: 0 auto;
	width: 705px;
	padding: 70px 45px 5px;
	min-height: 600px;
}

#footer {
	background:url(../images/footer_background.jpg) no-repeat;
	height: 84px;
	width: 795px;
	margin: 0px auto 20px;
}
	
#laptop {
	position: absolute;
		top: 46px;
		left: -10px;
	background:url(../images/laptop.jpg) no-repeat;
	height: 219px;
	width: 363px;
}
