body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-color: #000000;
}

table {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
}

a {
	color: 0c479d;
}

a:hover {
	color: fa002c;
}

#content-wrapper
{
	background: #fff;
	width: 760px;
	padding: 10px;
	position: absolute;
	left: 10px;
	top: 185px;
	overflow:auto;
	height: 315px;
}

#navlinks
{
	left: 475px; 
	top: 570px;
	position: absolute;
	 
}

#login-box
{
	width: 260px;
	align: right;
	padding: 0px;
}

#buttons {
	background: #fff;
	width: 60px;
	padding: 5px;
	align: center;
	font-weight: bold;
	font-size: 12px;
}

#background
{
	background-image: url("pistonspecials_blank_inside.jpg"); 
	background-attachment: scroll; 
	background-repeat: no-repeat; 
	width:800px;
	height:600px;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -400px;
}
	
.navlinks
{
	position: absolute;
	left:557px; 
	top: 567px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.reverse {
	color: FFFFFF;
	font-weight: bold;
	font-family: arial;
}

