body, html {
 height: 100%;
 padding: 0px;
 margin: 0px;
}

#outer {
 position: absolute;
 height: 90%;
 width: 100%;
 overflow: visible;
} 

#middle {
 position: relative;
 top: 35%;
 _top: 55%;
 width: 100%;
}

#end {
 position: relative;
 width: 100%;
 top: -35%;
 background: #FFFFFF;
 font-family: 'Courier New', Courier;
 font-size: 8pt;
 font-weight: bold;
 color: #E5E5E5;
 text-align: center;
}

.small_text {
 color: white;
 font-family: Verdana, 'Courier New';
 font-weight: normal;
}

.t14 {
 font-size: 14pt;
}

.t12 {
 font-size: 12pt;
}

.t24 {
 font-size: 24pt;
}

.t36 {
 font-size: 36pt;
}

#com {
 position: relative;
 float: right;
 width: 20%;
 margin-top: 15%;
 _margin-top: 5%;
 padding-right: 35px;
 background: #FFFFFF;
 font-family: haettenschweiler, Verdana;
 font-size: 12pt;
 letter-spacing: 125%;
 color: #FFFFFF;
 text-align: right;
}

#com br
{
 margin: 0px;
}