
body {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1px;
	background-color: black;
	font-weight: normal; 

}



#image {
	left: 50%;
	width: 720px;
	margin-top: 90px;
	margin-left: -360px; /*set to a negative number 1/2 of your width*/
	display: block;
	position: absolute;
	
}

img {
	border: 0;
}