/*
-----------------------------------------------------
Base CSS for screen media

FileName:	screen.css
Version:	0.2
Author:		H4.com.au

-----------------------------------------------------
*/
html	{ height: 100%; }
body	{ background: #000; width: 100%; height: 100%; margin: 0px; padding: 0px; }
.t1		{ height: 100%; }
.t2		{ width: 900px; height: 750px; border-spacing: 0px; padding: 0px; }
.t2	td	{ vertical-align: top; text-align: center; background: #000; }
img		{ border: 0px; }
.i		{ display: none; }
p		{ font-family: arial,helvetica; font-size: 11px; color: #777; text-align: left; line-height:20px; margin-top: 20px; }
.alert { border: 1px solid gray; padding: 10px; text-align: center; width:500px!important;margin-left:190px!important; }
.mid{text-align:center;}
a {color: gray;}
.left { margin-left:170px;width:576px; }