* {
	margin: 0;
	padding: 0;
}
html {
	height : 100%;
}
body {
	margin: 30px;
	background-image : url('img/bg.png');
	height : 100%;
}

