h1, h2 { text-align: center; font-style: italic; }

@media screen and (min-width: 750px) {
h2 { background-color: black;
    color: white;
    position: absolute;
    top: 22px;
    left: 178px;
    width: 413px;
    height: 34px;
    padding: 0px;
    margin: 2px;
}
#title { 
    height: 274px;
    width: 746px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/crashtionnaire.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
#intro {
    text-indent: 0em;
    background-color: black;
    color: white;
    padding: 4px;
    margin: 2px;
    font-weight: bold;
    position: absolute;
    top: 88px;
    width: 339px;
    left: 214px;
    height: 180px;
    overflow: auto;
}
}
