body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #004b66;
	font-size: 62.5%;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
}

#bg-img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#wrapper{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

#wrapper-inner{
	width: 960px;
	margin: 0 auto;
}

#header{
	height: 100px;
	overflow: auto;
}

#logo{
	padding: 10px 0 0 55px;
	height: 90px;
	border: 0;
	float: left;
	
}

#contact-info{
	padding:50px 0 0 105px;
}

#content{
	padding-top: 30px;
}

#copy-wrapper{
	background: transparent url('../images/left-bg.png') top left no-repeat;
	width: 290px;
	height: 340px;
	float: left;
	padding: 10px;
	}
	#copy-wrapper h1{
		font-size: 1.8em;
		line-height: 1.3em;
		letter-spacing: -.2pt;
		color: #00aeef;
		padding: 0;
		margin: 0;
	}
	#copy-wrapper p{
		font-size: 1.4em;
		line-height: 1.5em;
	}

#portfolio-wrapper{
	background: transparent url('../images/right-bg.png') top left no-repeat;
	height: 360px;
	width: 610px;
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	position: relative;
	}
	#portfolio-wrapper .previous-image{
		position: absolute;
		top: 170px;
		left: 15px;
	}
	#portfolio-wrapper #portfolio-images{
		position: absolute;
		top: 20px;
		left: 55px;
		width: 500px;
		height: 315px;
		overflow: hidden;
	}
	#portfolio-wrapper .next-image{
		position: absolute;
		top: 170px;
		right: 15px;
	}
	
#stuff-we-rocked{
	margin: 10px 0 0 550px;
}