html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#494a4c;
	width:100%;
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#3c3e43;
	background-image:url(body_bg.gif);
	background-repeat:repeat-x;
	background-position:0% 0%;
}

img, fieldset, form, table, td {
	border:0px;
	margin:0px;
	padding:0px;
}
