* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	text-align:center;
	color: #000;
	font-family: Arial, Serif;
	font-size: 11pt;
	background-color: #ebe6dd;
	background-image: url('images/bgBottom.png');
	background-position: center center;
	background-repeat: no-repeat;
}
