/* body.css */

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	background-color: #bfd730;
} 

