body {
	font-size:10px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding: 0px;
	height:100%;
	background:#FFF;
	background:url(img/mainbg.jpg) center top no-repeat;
}


img {
    border: 0px none;
}

#contents A:link {
color:#000;
text-decoration:none;
}
#contents A:visited {
color:#000;
text-decoration:none;
}
#contents A:hover {
color:#000;
background:#000;
/*text-decoration:none;*/
}
#contents A:active {
color:#000;
text-decoration:none;
}


p {
	color:#000;
	font-size:12px;
	line-height:1.8em;
	margin:0px;
	letter-spacing:0.1em;
}

ul{
	margin:0;
	padding:0;
}

li{
	list-style-position:outside;
	list-style:none;
}
	
.clear{
clear:both;
}

