﻿/* CSS layout */
body {
	background-position: left top;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #800000;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFFCC;
}
table.cent {
	margin-left: auto;
	margin-right: auto;
}
#bigcentrediv {
	border: 5px outset #800000;
	margin: 0px 0px 0px -490px;
	position: absolute;
	width: 970px;
	background-color: #AA0000;
	left: 50%;
	top: 5px;
	background-image: url('../images/furniture/bigratbgs.gif');
	background-repeat: repeat;
}
