@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #DADBBB;
}
.clr{
	clear: both;
	height: 0;
	line-height: 0;
}
#site{
	width: 100%;
	overflow: hidden;
}