html, body {
	font-family: Tahoma, Verdana;
	font-size:12px;
	margin: 0px auto;
	text-align: left;
	height: 100%;
}
#site {
	background:url(../img/pattern.png);
	background-repeat:repeat-y;
	height:100%;
	min-height:100%;
	width:980px;
	min-width:980px;
}
#logo {
	padding:40px 0px 0px 20px;	
}
