/* Start vertical center of the div */
#outer {height: 550px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */
/* End vertical center of the div */


/* Start horizontal center of the div */
#outer {width: 100%;}
#middle {width: 100%; text-align: center;}
#inner {width: 804px; height:336px; margin-left: auto; margin-right: auto; text-align: left; background-image:url('../img/box.gif');}
/* End horizontal center of the div */

span.domain
{
	color:#000000;
}


/* Start stretch image background */
html, body 
{
	height: 100%;
	margin: 0;
	padding: 0;
}

/* prepares the background image to full capacity of the viewing area */
#divBg 
{
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}

/* places the content ontop of the background image */
#divContent 
{
	position:relative;
	z-index:1;
}

<!--[if IE 6]>
/* some css fixes for IE browsers */
html 
{
	overflow-y:hidden;
}

body 
{
	overflow-y:auto;
}

#divBg 
{	
	position:absolute;
	z-index:-1;
}

#divContent 
{	
	position:static;
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	color:#737373;
}
<![endif]-->

/* End Stretch Image Background */


