html, body
{
   height: 100%;
   margin: 0;
   padding: 0;
   background-color: #101612;
}
 
*
{
   margin:0px auto;
   padding:0;
}
 
div#shim
{
   visibility: hidden;
   width: 100%;
   height: 50%;
   margin-top: -200px;
   float: left;
}
 
div#splash-image-container
{
	/*
   width: 485px;   
   height: 400px;
   */
   
   width: 900px;   
   height: 370px;
   clear: both;   
   position: relative;
   top: -200px;
   /* IE4ever Hack: Hide from IE4 **/
   position: static;
   /** end hack */
   border: 0;
   /*cursor: pointer;*/
   text-align: center;
   
}
 
/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
 
html, body {
height: auto;
}
/* end hack */
 
/* ]]> */

#copyright
{
   margin-top: 150px;
   color: #707070;
   font-size: 10pt;
}

.small-text, .small-text a
{
	color: #4f4f4d;
   font-size: 9pt;
   text-decoration: none;   
}

#solutionfactor-link 
{
	color: #4f4f4d;   
   font-size: 8pt;
}


