@charset "UTF-8";
/* CSS Document */

#outer { height: 100%; overflow: hidden; position: relative; width: 100%; }
#outer[id] { display: table; position: static; }

#middle { position: absolute; top: 50%; width: 100%; } /* for explorer only*/
#middle[id] { display: table-cell; vertical-align: middle; position: static; }

#inner { 
position: relative; 
top: -50%; 
height: 247px; 
background: url(../images/xsp_splash_repeat.gif) repeat-x; 
width: 100%; 
text-align:center; 
} /* for explorer only */
/* optional: #inner[id] {position: static;} */

#midPanel { width: 760px; text-align:left; margin: 0 auto; }
#logoImg { float: left; }
#textPanel { float: left; margin-left: 20px; margin-top: 70px; }

h1, h2 { color:#FFFFFF; text-transform: uppercase; }
h1 { font-size: 1.7em; line-height: 1em; }
h1 .hilite { color: #ff9900; }
h2 { font-size: 1.2em; font-weight: normal; line-height: 1.2em; margin-top:0.2em; }

a { color: #FFFFFF; }
a:hover {  color: #ff9900; }

p { color: #ff9900; margin-top:14px; }