html, body {
	height: 100%;         /* required */
}

* {
	margin:0pt;
	padding:0pt;
}

body {
	background:#000 no-repeat fixed center center;
	text-align: center;
	padding: 0;
	margin: 0;
}


div#content {
	position: relative;
	text-align: left;
	width: 980px;
	height: 750px;
	margin: 0 auto;
	clear: left;
}

#content img {
	border: none;
}
