html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-image:url(images/bg/bg_1.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}