html {
	height: 100%;
	min-width: 1000px;
}

body {
	height: 100%;
	min-height: 100%;
	min-width: 1000px;
	background: #333333;
}

.page {
	height: 100%;
	height: auto !important;
	min-height: 100%;
	min-width: 1000px;
	background: #ffffff;
	margin: 0 auto;
	width: 1000px;
}

.header {
	height: 182px;
	width: 924px;
	position: relative;
	margin: 0 auto 30px auto;
}

.footer_guarantor {
	height: 245px;
	clear: both;
}

.sidebar_l {
	float: left;
	width: 210px;
}

.center_content {
	margin-left: 249px;
}

.index .center_content {
	margin-left: 232px;
}

.main0 {
	width: 924px;
	margin: 0 auto;
}

.main {
	padding-top: 31px;
	clear: both;
	width: 924px;
	margin: 0 auto;
	position: relative;
}

.footer {
	clear: both;
	margin: -198px auto 0 auto;
	width: 1000px;
	height: 198px;
	background: #f2f3f5;
}

/* RESET */
body,div,dl,dt,dd,ol,li,ul,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}
/* END OF RESET */