html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	min-height: 100%;	
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	top:0;
	color: #000000;
	font:normal 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:auto; /*get rid of scroll bars in IE */
	/* */
}

.shadow{border:none}
