
	/*		HTML5 FIX		*/
	article, aside, figure, figcaption, footer, header, hgroup, nav, section {
		display: block;
	}

	/*		STRUCTURE		*/
	html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
    margin: 0;
    background: url("index1.jpg") no-repeat center center;
}