html, body, table {
	height: 100%;
	width: 100%;
}
body {
	background-image: url('color.png');
	background-position: center center;
	background-repeat: no-repeat;
}