body {
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	font-family: 'Verdana';
	font-size : 12px;
	color : #7f8991;
	background-color: #510000;
	background-image: url(images/tile.gif);
	background-position: center;
}

/* General Links */
a:link { text-decoration : none; color : #3399cc; border: 0px;} 
a:active { text-decoration : underline; color : #3399cc; border: 0px;} 
a:visited { text-decoration : none; color : #3399cc; border: 0px;} 
a:hover { text-decoration : underline; color : #999933; border: 0px;} 

/* used to create top and bottom blocks */
#bgTop { 
	display: block;
	margin-left: auto;
    margin-right: auto;
	width: 918px;
	height: 197px;
} 

#bgBtm { 
	display: block;
	margin-left: auto;
    margin-right: auto;
	width: 918px;
	height: 603px;
} 