
/********************** Backgrounds **********************/

	body { 
		background-color: #0d141e;
					background-image: url(images/bg.jpg);
			background-position: top center;
			background-repeat: no-repeat;
			}
	
/********************** Fonts **********************/

 	body, button, input[type="submit"], input[type="reset"], input[type="button"],
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		font-family: Titillium Web, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	#menu {
		font-family: Titillium Web, Arial, Tahoma, sans-serif;
		font-weight: 700;
	}
	
	h1 {
		font-family: Titillium Web, Arial, Tahoma, sans-serif;
		font-weight: 100;
	}
	
	h2 {
		font-family: Titillium Web, Arial, Tahoma, sans-serif;
		font-weight: 100;
	}
	
	h3 {
		font-family: Titillium Web, Arial, Tahoma, sans-serif;
		font-weight: 100;
	}
	
	h4 {
		font-family: Titillium Web, Arial, Tahoma, sans-serif;
		font-weight: 400;
	}
	
	h5 {
		font-family: Titillium Web, Arial, Tahoma, sans-serif;
		font-weight: 700;
	}
	
	h6 {
		font-family: Titillium Web, Arial, Tahoma, sans-serif;
		font-weight: 700;
	}
	
	
/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 14px;
				line-height: 21px;
	}
	
/* Headings */
	
	h1 { 
		font-size: 60px;
				line-height: 60px;
	}
	
	h2 { 
		font-size: 50px;
				line-height: 54px;
	}
	
	h3 {
		font-size: 30px;
				line-height: 30px;
	}
	
	h4 {
		font-size: 24px;
				line-height: 27px;
	}
	
	h5 {
		font-size: 22px;
				line-height: 24px;
	}
	
	h6 {
		font-size: 14px;
				line-height: 18px;
	}
	