body {
	background-image:url(../graphic/bodyBg.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-color:#1e1912;
}
#site {
	margin:50px 0 30px;
	text-align:left;
	width:988px;
	border:5px solid #68bf67;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	background-color:#FFF;
	background-image:url(../graphic/siteBg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
#header {
	position:relative;
	height:123px;
	background-color:white;
	background-image:url(../graphic/headerBg.gif);
	background-repeat:no-repeat;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topright: 28px;
	-webkit-border-top-right-radius: 28px;
}
#logo {
	position:absolute;
	left:747px;
	top:13px;
	width:222px;
	height:102px;
	cursor:pointer;
	background-image:url(../graphic/logo.gif);
	overflow:hidden;
}
#menu {
	height:27px;
	overflow:hidden;
	background-image:url(../graphic/menuBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#68bf66;
}
#td_left {
	vertical-align:top;
	width:251px;
}
#left {
	padding:34px 0 34px 24px;
}
#td_body {
	vertical-align:top;
}
#body {
	padding:34px 0 34px 34px;
}
#td_footer {
	padding:8px 0 34px 34px;
}
#footer {
	padding:4px 0 0 0;
	border-top:1px dotted #222;
}
#floatStop {
	height:0px;
	overflow:hidden;
	clear:both;
}
#content {
}
#minHeight {
	height:440px;
	width:1px;
	overflow:hidden;

}




