* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	width: 100%; 
}

body {
	height: 100%;
	width: 100%; 
	background-image:url("../img/background.png");
	background-repeat:repeat;
	text-align: center;
	
}

.header {
	top: 0;
	position: fixed;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.header div {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}