	html,
	body {
		margin:0;
		padding:0;
		font-family:"Trebuchet MS", Georgia, Verdana, serif;
		color:#000;
		background:#000;
	}
	h1 {
		padding:0;
		margin:0;
		font-size:16px;
	}
	p {
		margin:9px 0 0 0;
		padding:0;
		font-size:12px;
		line-height:18px;
	}
	p+p {
		font-style:italic;
		font-size:11px;
	}
	/* styles for IE 5 Mac */
	#centerwrap {
		background-color:#000;
		width:720px;
		height:420px;
		margin:10px auto;
		position:relative;
	}
	
	#content {
		background-color:#000;
		position:absolute;
		top:10px;
		left:10px;
		height:380px;
		width:670px;
		padding:10px 20px 10px 10px;
		text-align:center;
	}
	/* commented backslash hack  - invisible to IE 5 \*/
	#centerwrap {
		position:absolute;
		margin:-210px 0 0 -360px;
		left:50%;
		top:50%;
	}
	/* end hack */