#tracer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}
body {
	background-color: #000;
	font: 14px Arial, Helvetica, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	/*text-shadow: 0 0 0 #000;*/
	/*text-shadow: 0 0 1px rgba(0, 0, 0, 0.004);*/
}
a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
:focus { /* Mozilla dotted-border fix */
    -moz-outline-style: none;
}
p {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hot a {
	color: #f00;
}
.neu {
	margin-top: 30px;
}
.neu a {
	color: #f00;
	text-transform: uppercase;
}
#root {
	width: 768px;
	height: 586px;
	position: absolute;
	top: 53px;
	left: 54px;
}
h1 a {
    display: block;
    width: 209px;
    height: 64px;
    background-image: url(../_img/signature.png);
    text-indent: -3000px;
    position: absolute;
    top: -6px;
    left: -8px;
}
#nav {
	position: relative;
	top: 61px;
	left: 0;
}
#nav, #nav li {
	line-height: 19px;
}
#contact {
	position: absolute;
	right: 83px;
	top: 0;
	width: 150px;
	text-align: right;
}
#contact .email a {
	float: right;
	display: block;
	width: 21px;
	height: 16px;
	margin-top: 12px;
	text-indent: 3000px;
	overflow: hidden;
	background: transparent url(../_img/envelope_icon.gif) right top no-repeat;
}
#contactinfo {
	position: absolute;
	right: 84px;
	top: 80px;
	width: 563px;
	height: 498px;
	line-height: 19px;
	color: #666;
}
#contactinfo a {
	color: #f00!important;
}
#work {
	width: 563px;
	height: 498px;
	position: absolute;
	right: 84px;
	top: 82px;
	overflow: hidden;
}
#work img {
	position: absolute;
	left: 0;
	top: 0;
}
#work ul {
	width: 58px;
	height: 38px;
}
#work ul {
	position: absolute;
	left: 251px;
	bottom: 0;
	background: transparent url(../_img/bar.gif) center center no-repeat;
}
#work li a {
	display: block;
	width: 28px;
	height: 38px;
	position: absolute;
	top: 0;
	text-indent: -3000px;
	background-repeat: no-repeat;
}
#work .plus a {
	right: 0;
	background-image: url(../_img/plus.gif);
	background-position: right center;
}
#work .minus a {
	left: 0;
	background-image: url(../_img/minus.gif);
	background-position: left center;
}
