* {
    margin: 0;
    padding: 0;
}

body {
    background: #656565;
}

div#main_wrapper {
    width: 700px;
    height: 400px;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    
    
    background: url(start-images/background.png);
}

    div#main_inner {
        width: 700px;
        height: 400px;

        display: table-cell;

        vertical-align: middle;
        text-align: center;
    }
        
        div#main_title {
            background: url(start-images/title.png);
            width: 170px;
            height: 36px;
            margin: auto;
            position: relative;
            top: -68px;
        }

        div#button_wrapper {
            height: 101px;
            width: 600px;
            margin: auto;
            position: relative;
            top: -20px;
        }
            a.button {
                height: 101px;

                display: block;
                float: left;
            }

            a#button_private {
                width: 102px;
                background: url(start-images/private_default.png);
            }

                a#button_private:hover {
                    background: url(start-images/private_pressed.png);
                }

            a#button_media {
                width: 97px;
                background: url(start-images/media_default.png);
            }

                a#button_media:hover {
                    background: url(start-images/media_pressed.png);
                }

            a#button_event {
                width: 101px;
                background: url(start-images/event_default.png);
            }

                a#button_event:hover {
                    background: url(start-images/event_pressed.png);
                }

            a#button_politics {
                width: 97px;
                background: url(start-images/politics_default.png);
            }

                a#button_politics:hover {
                    background: url(start-images/politics_pressed.png);
                }

            a#button_music {
                width: 100px;
                background: url(start-images/music_default.png);
            }

                a#button_music:hover {
                    background: url(start-images/music_pressed.png);
                }

            a#button_mag {
                width: 103px;
                background: url(start-images/magazine_default.png);
            }

                a#button_mag:hover {
                    background: url(start-images/magazine_pressed.png);
                }

