/* disable webkit text size adjust (for iPhone) */
html {
    -webkit-text-size-adjust: none;
}

header {
    background: #ffffff url('../img/logo_small.jpg')  0 0 no-repeat;
}

h1 {
    margin: 0 0 12px;
}