@charset "UTF-8";/* CSS Document */body {	background-attachment: fixed;	background-color: #000;	background-image: url(images/background.jpg);	background-repeat: repeat-x;	font-family: Verdana, Geneva, sans-serif;	font-size: 14px;	}A:link {color:#FFF}A:visited {color:#999}A:active {color:#FFF}A:hover {text-decoration: underline overline; color: red;}#container {	}#header{	height: 312px;	position: inherit;	}#head_top {	z-index:3;	}#head_nav {	position: relative;	top: -38px;	_top:-39px;	left: -3px;	z-index:-1;	}#content {	background-color: #333;	position: relative;	width: 660px;	_width: 700px;	left: -3px;	_top: -42px;	background-image: url(images/carbon-fiber.png);	color: #FFF;	padding: 20;	margin: 0;	/*margin-left: 50;*/	}