#cp-splash-container {
    position: absolute;
    background: transparent url(http://www.ewg.org/project/2009cellphone/images/splash_bg.jpg) no-repeat center top;
    z-index: 1000;
    width: 950px;
    height: 570px;
	top: 25px;
	left:50%;
    margin: 0 0 0 -475px;
    padding:0;
	display:none;
    }
#cp-splash-content {
    position: absolute;
	top:220px;
	right: 30px;
    float: right;
	width: 470px;
	margin:0;
	padding:0;
	}
	

.signupbox {
    position: relative;
    width: 470px;
    padding: 0;
    margin: 25px 0 17px 0;
    color: #1c1b31;
    }
    
* html .signupbox {
   padding-top: 7px;
   }

.go2home:link {
	color: #c0c0c0;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}
.go2home:visited {
	color: #c0c0c0
}
.go2home:hover {
	color: #c0c0c0
	text-decoration:none;
}
.h1import {
    position: relative;
	display:block;
	width:100%;
    text-align: center;
    color: #ffffff;
    padding: 10px 0 0 0;
    margin: 0px;
	font-size: 32px;
	font-weight:bold;
    }
.splash-text {
    position: relative;
    width: 395px;
    float: right;
    padding: 0px;
    margin: 5px 110px 0px 0px;
	font-size: 15px;
	font-weight: bold;
    }
    
* html .splash-text {
    left: 110px;
}

.splash-text p {
	color: #fff;
    font-size: 1.0em;
    font-weight: normal;
    line-height: 1.2em;
    }