body {

	background-color: #3d5a89;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position:center top;
	
	
}

#splpage {
	height:660px;
    left:50%;
    margin-left:-480px;
    margin-top:-330px;
    position:absolute;
    top:50%;
    width:960px;
}

#intro_logo{
    position:absolute;
    right: 0;
    top:    450px;
    z-index: 10;
}

#introBox {
    height: 135px;
    text-align: center;

}

#introBox .content_element {float:left;margin-left: 240px;}

#introBox img {
    border-top:     25px solid white;
}

#splashFooter {
    margin-top: 40px;
    line-height: 20px;
}


