html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#cfc0c0;
	background-image:url(body_bg.gif);
	background-repeat:repeat-x;
	background-position:0px 0px;
}

body, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a, fieldset, img, form {
	margin:0px;
	padding:0px;
	border:0px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
