html {
				background-image: url("../images/bg-pattern.jpg");
				background-repeat: repeat;
				background-position: center top;
				background-attachment: fixed;
}

#Top_bar {
				background-image: url("../images/bg-header.jpg");
				background-repeat: no-repeat;
				background-position: center top;
}

h1, h2, h3, h4, h5 {
    font-family: "Patua One", Arial, Tahoma, sans-serif;
}