body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	list-style: none;
}

div {
	display: block;
}

img {
	border: 0px;
	line-height: 1px;
	font-size: 1px;
}

ul,li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	margin: 0px;
}

#wapper {
	margin: 0 auto;
	width: 980px;
	height: auto;
	/*border: thin solid;*/
	text-align: left;
}

#header {
	display: table;
	width: 100%;
	height: 208px;
}
#footer {
	display: table;
	width: 100%;
	height: 70px;
	background: url(../image/footerLine.gif) 0 10px repeat-x;
	color: #5e0000;
	font-size: 12px;
	text-align: center;
	width: 100%;
}

#footer div {
	width: 100%;
	margin-top: 25px;
}

#footer a {
	text-decoration: none;
	color: #5e0000;
}

#footer p {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	line-height: 25px;
}
