html{
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	background-color: #f1f1f1;
}

img {
	border: none;
}