/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 20px 0px 0px 0px; 
	background: url('FILENAME.jpg') center top repeat-x #000; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 5px 0px 40px;}
.content2 {padding: 0px 40px 0px 40px;}
.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #AC0000;}
a:visited {text-decoration: none; color: #000;}
a:hover {text-decoration: underline; color: #AC0000;}
a:active {text-decoration: none; color: #AC0000;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #AC0000;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.bg {background: url('FILENAME.jpg') center top no-repeat;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}