@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);

body {
    /*background-image: url("../images/background.png");*/
}

#header {
    background-image: linear-gradient(to bottom, #563d7c 0, #6f5499 100%);
    color: #fff;
    background-repeat: repeat-x;
    font-family: 'Gloria Hallelujah', cursive;
}