* {
padding: 0px;
margin: 0px;
}

body {
	background: #000;
    font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#content {
	// display: none;
	background: url(../images/adler.jpg) no-repeat top left;
	height: 526px;
	width: 560px;
	margin: 10px auto;
	}

