body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	scrollbar-base-color: #000;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #999999;
	font-size: 12px;
	line-height: 140%;
	background:url(images/bg.jpg) top center no-repeat #000000;
}
a:link, a:visited {
	color: #990000;
	text-decoration:none;
	outline:none;
}
a:hover {
	color: #fff;
}
h1, h2 {
	margin:0;
	padding:0;
	line-height:0%;
	font-size:0px;
	text-indent:-9999px;
}
hr {
	height: 1px;
	border: 0;
	color: #00a9e0;
	background-color: #00a9e0;
}
input, textarea, select {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
}
input:focus, textarea:focus, select:focus {
	background-color: #effaff;
}
input:hover, textarea:hover, select:hover {
	background-color: #effaff;
}
#main {
	position:absolute;
	background:url(images/header.jpg) left top no-repeat;
	padding: 230px 30px 20px 56px;
	width:398px;
	left: 0px;
	top: 0px;
}
.accordion {
	position:absolute;
	width:398px;
}
.header {
	background: none;
	padding:8px 0px;
}
.header img {
	border: none;
}
.copy {
	background: none;
}
#work {
	position:absolute;
	padding: 120px 0px 20px 0px;
	background:url(images/at-work.jpg) 0px 55px no-repeat;
	width:510px;
	left: 485px;
	top: 20px;
	background-image: url(images/at-work.jpg);
}
#work img {
	border:0;
	padding-top:7px;
}
#work strong {
	color:#ccc;
	font-weight:normal;
}
/* #work ul {
	margin:0;
	padding:0;
}
#work li {
	display:block;
	padding:0;
	margin:0px 4px 4px 0px;
	list-style: none;
	width:90px;
	height:90px;
	text-align:center;
	float:left;
}
#work li a {
	background:url(images/grid-bg.png) center top no-repeat;
	display:block;
	margin:0;
	padding:0;
	width:90px;
	height:90px;
	border:none;
}
#work a:hover {
	background:url(images/grid-bg-over.png) center top no-repeat;
} */
