body {
    background-color: black;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

.invisible
	{
	display: none;
	}

.main {
    position: relative;
    width: 780px;
    height: 580px;
    text-align: left;
}

.top {
    position: relative;
    left: 0px;
    top: 0px;
    width: 780px;
    height: 100px;
    background-image: url("images/top.png");
    background-repeat: no-repeat;
}

.middle {
    position: relative;
    left: 0px;
    top: 100px;
    height: 480px;
    background-image: url("images/middle.png");
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

h1 {
    font: bold 24px Verdana;
    margin-bottom: 10px;
    text-align: center;
}

.simoptCopy {
    position: absolute;
    top: 480px;
    left: 335px;
    text-align: center;
    color: white;
}

.simoptCopy a {
  color: white;
  text-decoration: none;
}

.simoptCopy a:hover {
  text-decoration: underline;
  color: white;
}

pre {
	background: #E8D28F;
	border: 1px solid #FF553E;
	border-left: 6px solid #DF330B;
    display: block;
	color: black;
    font-family: monospace;
    font-size: 12px;
    margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	white-space: pre;
}

