@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0px;
        padding: 0px;
}

body {
	background-color:#000000 !important;
}

#allcontent {
	width:849px;
	margin-left:auto;
	margin-right:auto;
	color: #000000;
	min-height: 100%;
    position: relative;
}

#footer {
	width:849px;
	text-align:center;
	font-size:10px;
	color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../image/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 115px;
	position: relative;
}

#footer p {
        padding-top: 63px;
}

.clearfooter {
	height: 115px;
        clear: both;
}

img {
	border-style: none;
}