/* Splash page style */
.splashPage {
    background: url('/thestripmall.com/assets/images/content-background-18.png') no-repeat center center;
    background-attachment: fixed;
}
.splashContent, .splashFooter {
    width: 1260px;
    color: #abacad;
    float: left;
}
.splashContent .introText {
    width: 800px;
    margin-left: 230px;
    margin-bottom: 25px;
    font-size: 14px;
}
.splashContent .introText h3 {
    margin: 15px auto;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.splashContent .siteEntry {
    width: 400px;
    margin: 25px 230px;
}
.splashFooter {
    border-top: thin solid #6d6e70;
    font-size: 10px;
    text-align: center;
    padding-bottom: 25px;
    margin-top: 15px;
    margin-left: 230px;
    width: 800px;
}
.splashFooter p {
    margin-top: 10px;
}
/* Splash page style end */