*, td, img  { margin: 0; padding: 0; color: #fff;} 


body { 
	font: 80%/1.45em Arial, Helvetica, sans-serif; 
	background: #000 url('images/nycback5.jpg') repeat-x;
/*
	background: #000 url('images/nycback5.jpg') no-repeat scroll center 0;
	background-color: #000;
	background: url('images/nycback5.jpg');
	background-repeat: repeat-x;
*/
}

.content {
	width: 600px;
	margin: auto;
}

p {	
	margin-bottom: .95em;
	font-size: .95em;
}

a {
	color: #ffff00;
	text-decoration: none;
}


h1 {
	margin: 35px 0 40px 0;
	color: #ffff00;
}

ol, ul {
	margin: 0 0 0 30px;
}

h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}

.imgBlock {
	float: right;
	display: inline;
	text-align: center;
}