@import url("/css/standard.css");
@import url("/css/tc-nav.css");

main {
    background-color: #FFFFCC;
    display: inline-block;
    position: absolute;
    margin-top: 81px;
    padding-left: 247px;
    padding-bottom: 72px;
    padding-right: 88px;
}

main p {
    color: black;
    font-family: "Verdana","Arial","Helvetica";
    font-size: 11px;
    margin-bottom: 11px;
    margin-top: 0px;
}

.title {
    margin-bottom: 11px;
}

.subtext {
    margin-bottom: 16px;
}

.block, .block > p, .block > img {
    display: flex;
}

.block > img {
    padding-right: 5px;
    padding-left: 5px;
}

.block > p {
    font-size: 13px;
    line-height: 11px;
}

.block > a {
    line-height: 5px;
}

#wallpaper-1 > p {
    position: relative;
    top: -2px;
}

#wallpaper-2 > p, #wallpaper-3 > p, #wallpaper-4 > p, #wallpaper-5 > p {
    margin-top: 9px;
}

#wallpaper-2 {
    position: relative;
    top: -50px;
    left: 94px;
    width: 400px;
}

#wallpaper-3 {
    position: relative;
    top: -89px;
    left: 188px;
    width: 400px;
}

#wallpaper-4 {
    position: relative;
    top: -128px;
    left: 282px;
    width: 400px;
}

#wallpaper-5 {
    position: relative;
    top: -167px;
    left: 376px;
    width: 400px;
}