html {
    height: 100%;
}
body {
    height: 100%;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    white-space: normal;
    -webkit-user-select: none;      /* Safari 3.1+, Chrome 6.0-53.x, Opera 15.0-40.x */
    -moz-user-select: none;         /* Firefox 2.0+ */
    -ms-user-select: none;          /* Internet Explorer 10.0+ */
    user-select: none;
    cursor: default;
}
img {
    border-width: 0px;
    border-style: none;
    border-color: transparent;
}
#sitebox {
    height: 100%;
    display: -webkit-box;       /* Safari 3.1-6.0 */
    display: -webkit-flex;      /* Safari 6.1+, Chrome 21.0-28.x, Opera 12.1+ */
    display: -moz-box;          /* Firefox 2.0-21.x */
    display: -ms-flexbox;       /* Internet Explorer 10.0 */
    display: flex;
    -webkit-box-pack: center;               /* Safari 3.1-6.0 */
    -webkit-justify-content: center;        /* Safari 6.1-8.x, Chrome 21.0-28.x */
    -moz-box-pack: center;                  /* Firefox 2.0-21.x */
    -moz-justify-content: center;           /* Firefox 22.0-27.x */
    -ms-flex-pack: center;                  /* Internet Explorer 10.0 */
    justify-content: center;
    -webkit-box-align: center;              /* Safari 3.1-6.x */
    -webkit-align-items: center;            /* Safari 7.0-8.x */
    -moz-box-align: center;                 /* Firefox 2.0-21.x */
    -moz-align-items: center;               /* Firefox 22.0-27.x */
    -ms-flex-align: center;                 /* Internet Explorer 10.0 */
    align-items: center;
}
#author, #copyright, #logo {
    display: none;
}
.purpleblack {
    color: #990099;
    background-color: #000000;
}
.resize {
    -webkit-transition: width 0.8s ease-out, height 0.8s ease-out;      /* Safari 3.1-6.0, Chrome 4.0-25.x */
    -moz-transition: width 0.8s ease-out, height 0.8s ease-out;         /* Firefox 4.0-15.x */
    -ms-transition: width 0.8s ease-out, height 0.8s ease-out;          /* Internet Explorer 10.0 */
    -o-transition: width 0.8s ease-out, height 0.8s ease-out;           /* Opera 10.5-12.0 */
    transition: width 0.8s ease-out, height 0.8s ease-out;
}
.resize:hover {
    width: 380px;
    height: 380px;
}
.bottombox {
    width: 130px;
    height: 15px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
}
.notice {
    float: right;
    width: 130px;
    height: 15px;
    font-size: 12px;
    text-align: right;
}