@charset "UTF-8";/* CSS Document *//* RESETS, etc. */* {	margin: 0;	padding: 0;}.clear {	clear: both;}.hide, #header a span {	position: absolute;	left: -999999px;	top: -999999px;}a img {	text-decoration: none;	border: none;}.left {	float: left;}.right {	float: right;}/* LINKS */a:link, a:visited {	text-decoration: underline;	color: #a92d2d;}a:hover, a:active {	text-decoration: underline;	color: #000;}/* LARGE ELEMENTS */body {	background-color: #96290f;	font-family: Georgia, "Times New Roman", Times, serif;	text-align: center;}#topbar {	background: #a92d2d; /* old browsers */	background: -moz-linear-gradient(top, #a92d2d 0%, #91260d 100%); /* firefox */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a92d2d), color-stop(100%,#91260d)); /* webkit */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a92d2d', endColorstr='#91260d',GradientType=0 ); /* ie */	height: 20px;}#holder {	background-image: url(../images/texture.jpg);	background-repeat: repeat;	min-width: 1050px;}#container {	width: 1000px;	margin: 0 auto;	text-align: left;}#header {	background-image: url(../images/header.png);	background-repeat: no-repeat;	position: relative;	width: 1000px;	height: 129px;	border-bottom: solid 1px #CCCCCC;}#header a {	display: block;	width: 191px;	height: 90px;	position: absolute;	left: 25px;	top: 25px;	background-image: url(../images/logo.png);	background-repeat: no-repeat;}