html {
	width: auto;
	line-height: 12px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
	background-image: url(../bin/bg-pattern.gif);
	background-repeat: repeat;
	overflow-y: scroll;
}


body {
	height:100%;
	width:100%;
}

a {
	color:black;
	text-decoration:none;
}

#site {
	margin-right: 0px;
	position:relative;
	height:100%;
	width: auto;
}


