@charset "UTF-8";
html, body {
	width:100%;
	height:100%;
}
body {
	background-color: #fff;
	background-image: url(../img/upgrade.gif);/*use full url so both ie45mac and nn4 can find it. */
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 40px 10% 10% 10%;
	font-family: Helvetica, Arial, sans-serif;
}
