body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bg {
	z-index : -1;
	background-color : #ffffff;
	background-image : url(img/bg.jpg);
	background-repeat : no-repeat;
	position : fixed;
	top : 0px;
	left : 0px;
	right : 0px;
	bottom : 0px;
}

