html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#474747;
	width:100%;
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#454545;
	background-image:url(../images/body_repeat.gif);
	background-repeat:repeat-x;
	background-position:0% 0%;
	text-align:center;
}

img, fieldset, form, table, td {
	border:0px;
	margin:0px;
	padding:0px;
}