@charset "UTF-8";/* Layout */body {	text-align: center;}#page {	text-align: left;	margin: 20px auto 0px;	padding: 0;	width: 900px;	background: #fff;}#header {	background-color: #000;	width: 900px;	height: 111px;	position: relative;}#header span {	background: url(../images/hdr_main.jpg) no-repeat;	position: absolute;	width: 100%;	height: 100%;}#home {	background: url(../images/bkgrnd_home.jpg) no-repeat;}#about {	background: url(../images/bkgrnd_about.jpg) no-repeat;}#clients {	background: url(../images/bkgrnd_clients.jpg) no-repeat;}#work {	background: url(../images/bkgrnd_work.jpg) no-repeat;}#contact {	background: url(../images/bkgrnd_contact.jpg) no-repeat;}/* See navigation.css for button specific css */#nav {	width: 255px;	margin-top: 48px;	padding: 0px 25px 25px 170px;	float: left;}#content {	width: 371px;	margin-top: 48px;	padding: 0 50px 0 25px;	float: right;	line-height: 20px;	border-left: 2px dotted #ccc;}#footer {	clear: both;	padding: 30px 50px 15px;	margin: 0;	font-size: 9px;	color: #999;	text-align: right;}.clear {	clear: both;}
