<center><iframe width="160" height="50" src="http://motty.000space.com/champions/status.php?css=co.css" scrolling="auto" frameborder="0" align="top" allowtransparency="true"/></iframe></center>
/* Overall page */ body { background-color: #222; margin: 0 auto; font-family: Verdana, Helvetica, sans-serif; color: #ddd; text-align: center; } /* wraps contents */ .wrapper { color: #ddd; width: 130px; padding: 5px; text-align: center; margin: 0 auto; overflow-x: hidden; } /* Server Status text */ .serverStatus .text { color: #ddd; background: url(server-status.png) no-repeat; text-align: center; text-indent: -9999em; /* hide text if using images */ margin: 0 auto; height: 20px; width: 120px; } /* Server Status Up or Down */ .statusUp { color: #ddd; background: url(server-up.png) no-repeat; text-align: center; text-indent: -9999em; /* hide text if using images */ margin: 0 auto; height: 20px; width: 40px; } .statusDown { color: #ddd; background: url(server-down.png) no-repeat; text-align: center; text-indent: -9999em; /* hide text if using images */ margin: 0 auto; height: 20px; width: 75px; } /* Special Notice (if available) */ .notice { color: #ddd; font-weight: bold; }