body{
	background:black url(bg-glow.jpg) fixed no-repeat;
	background-position:center center;
	line-height: 135%;
}

table{
	line-height: 135%;
	margin-top: 1;
	margin-bottom: 8;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #252525;
}

.text{
	color: 666666;
	font-family:Arial;
	text-align:center;
}

A:link, A:visited {
	text-decoration: none;
    font-family:Arial, sans-serif;
	color: #FF6600; font-weight:bold;
}

A:hover, A:active {
	text-decoration: underline;
    font-family:Arial, sans-serif;
	color: #FFCC33; font-weight:bold;
}

* {
   margin: 0;
   padding: 0;
}

/* macs won't see this! */
html, body {
   height:100%;
   width:100%;
}
/* END mac */

#outer {
   height:100%;
   width:100%;
   display:table;
   vertical-align:middle;
}

#container {
   display:table-cell;
   vertical-align:middle;
}

#inner {
   text-align: center;
   width: 790px;
   height: 400px;
   margin-left:auto;
   margin-right:auto;
}
