                * {
                        margin: 0;
                        padding: 0;
                }
                body {
                        font-family: helvetica, arial;
                        padding-top: 40px;
                }
                h1 {
                        background-color: black;
                        color: white;
                        height: 40px;
                        font-size: 24px;
                        font-weight: normal;
                        left: 0;
                        line-height: 40px;
                        position: fixed;
                        text-align: center;
                        top: 0;
                        width: 100%;
                        z-index: 1;
                }
                h1 a {
                        border-bottom: 1px solid white;
                        color: white;
                        display: inline-block;
                        line-height: 30px;
                        text-decoration: none;
                }
                .photo {
                        background-attachment: fixed;
                        background-position: 50% 0;
                        background-repeat: no-repeat;
                        height: 550px;
                        position: relative;
                }

		.photo span {
                        bottom: 0;
                        color: white;
                        display: block;
                        left: 50%;
                        margin-left: -640px;
                        font-size: 38px;
                        padding: 10px;
                        position: absolute;
                        text-shadow: 0 2px 0 black, 0 0 10px black;
                        width: 1280px;
                }
                .franqui {
                        background-image: url(/images/franqui.jpg);
                }
                .raspberry {
                        background-image: url(/images/rsz_b-.jpg);
                }
                .winter {
                        background-image: url(/images/winter.jpg);
                }
                .linux {
                        background-image: url(/images/centos_wide.jpg);
                }
                .android {
                        background-image: url(/images/android.jpg);
                }
                .contact {
                        background-image: url(/images/contact.jpg);
                }
                .vos {
                       background-image: url(/images/vos.jpg);
                }
