body {
	background-color: #421042;
	margin: 0;
	padding: 0;
}

#content {
	width: 640px;
	height: 300px;
	position: relative;
	margin: 0 auto;
}

#logo {
	width: 207px;
	height: 266px;
	background-image: url(../img/logo.gif);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	left: 30px;
}

#logo pre {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#diskette {
	width: 167px;
	height: 190px;
	background-image: url(../img/bootloader.gif);
	position: absolute;
	left: 450px;
	top: 100px;
}