            .header {
            height: 90px;
            display: flex;
            flex-direction: row;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            }   

            .citybg {
            height: 90px;
            display: flex;
            flex-direction: row;
            position: fixed;
            z-index: 2;
            top: 0;
            left: 0;
            right: 0;
            background: url(sidebar/city.png.png) top center repeat-x;
            }

            .sky {
            height: 90px;
            display: flex;
            flex-direction: row;
            position: fixed;
            z-index: 0;
            top: 0;
            left: 0;
            right: 0;
            background: url(sidebar/sky.png) top center repeat-x;
            }

            .sun {
            position: absolute;
            display: flex;
            height: 140%;
            top: -20px;
            right: 100px;
            flex: 1;
            z-index: 1;
            }

            .logo {
            position: absolute;
            width: 550px;
            top: 9px;
            left: 15px;
            z-index: 3;
            }

            .grad-thing {
            display: flex;
            background: url(sidebar/grad.png) top center repeat-x;
            position: fixed;
            left: 125px;
            top: 115px;
            right: 0px;
            height: 75px;
            }

            .newsdiv {
            display: flex;
            position: fixed;
            flex-direction: row;
            background-color: rgb(0, 0, 0);
            left: 125px;
            right: 0;
            top: 90px;
            flex: 1;
            margin: 0;
            height: 25px;
            color: white;
            }

            .newsdiv2 {
                border-width: 1px;
                padding-top: 3px;
                border-color: rgb(0, 0, 0);
                border-style: solid;
                width: 150px;
                text-align: center;
            }

            .info {
                border-color: rgb(0, 0, 0);
                border-width: 1px;
                border-style: solid;
                padding-top: 3px;
                padding-left: 5px;
                flex: 1;
            }