/* Start of CMSMS style sheet 'splash' */
body {
margin:0px auto;
text-align: center;
}

div#splash {
position:relative;
width:611px;
height: 227px;
margin: 120px auto;
text-align: left;
background: url('/images/main_design/splash.jpg') no-repeat;
border:1px solid #fff;
}

div#thanks_c {
width:90%;
margin: 0px auto;
text-align:left;
padding:10px;
}

div#splash_thanks {
position:relative;
width:611px;
height: 227px;
margin: 120px auto;
text-align: left;
background: #143d6b;
border:1px solid #fff;
}

input#your_name {
padding:4px;
position:absolute;
top:140px;
width: 200px;
left:10px;
background: #789cc5;
border: 1px solid #b0c8e4;
color: #000;
}

input#your_email {
padding:4px;
position:absolute;
top:140px;
width: 200px;
left:270px;
background: #789cc5;
border: 1px solid #b0c8e4;
color: #000;
}

#signup {
padding:3px;
position:absolute;
top:137px;
left:500px;
color: #000;
width: 100px;
cursor: hand;
}

#gohome {
position: absolute;
display:block;
width:300px;
height: 30px;
border:0px solid red;
left: 310px;
top: 200px;
}
/* End of 'splash' */

