body { padding: 0; margin-top: auto; background-image: url("art/GT_bg004.jpg"); background-color:#FFFFFF; font-size: 7.5pt; text-transform: none; letter-spacing: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#999898; } 

#wrapper {
	position: absolute; top: 10%; left: 50%; height: 700; width: 900px; margin-left: -450px;
}

p {
	font-size: 9pt;
	position: relative;
}
a {
	text-decoration: none;
}
a:link {
	color: #00B3E1;
	text-decoration: underline;
}
a:visited {
	color: #00B3E1;
	text-decoration: underline;
}
a:hover {
	color: #00B3E1;
	text-decoration: none;
}
strong {
	font-weight: bold;
}

* html img,
* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "art/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

#GT_portal_ftr {
	width: 900px;
	text-align: center;
}
