body {
  background-color:#CCC;
  color:#000;
}

img {
   border-width:0px;
}

a:link, a:hover, a:visited {
    color: #ff00ff;
    text-decoration:none;
}

.magmain {
	margin-left: 90px;
	margin-right: 90px;
	margin-top: 150px;
	width: auto;
	height: 300px
}
.magtop, .magbot {
	width: auto;
	height: 24px;
	background-color: #000;
	color: #ff00ff;
	font-variant: small-caps;
        font-size: 20px;
	text-align: center;
	vertical-align: center;
}
.magmid {
	width: auto;
	height: 252px;
	background-color: #FFF;
	text-align: center;
	vertical-align: center;
}

.footer {
	position: absolute;
	bottom: 0px;
	width: auto; 
	height: auto;
	font-size: 10pt;
	margin-left: 90px;
	margin-right: 90px;
	font-variant: small-caps;
	text-align: center;
	vertical-align: center;
}


