body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #6eb070;
}

header {
	height: 45px;
}

footer {
	width: 790px;
	text-align:center;
    margin: 0 auto;
}

main {
    width: 790px;
    margin: 0 auto;
}

@font-face {
    font-family: GTWalsheimTrial;
    src: url("../fonts/GTWalsheimTrial-Rg.otf") format("opentype");
}

@font-face {
    font-family: GTWalsheimTrial;
    font-weight: bold;
    src: url("../fonts/GTWalsheimTrial-Bd.otf") format("opentype");
}

#splashpage-title {
    width: 100px;
    height: 246px;
    font-family: GTWalsheimTrial;
    font-size: 71px;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    line-height: 75px;
}

#splashpage-content {
    width: 724px;
/*     height: 510px; */
    font-family: GTWalsheimTrial;
    font-size: 24px;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    line-height: 48px;
}

#splashpage-background-div {
	text-align: end;
}


#splashpage-background-image {
    width: 373px;
    height: 396px;
}

#splashpage-logo {
    width: 147px;
    height: 29px;
}