body {
	background-color:#EBEDEC;
	background-image:url(image/baseimage.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	}
	
img {border:none;}

#wrap{
	width:800;
	text-align:left;
	margin:0 auto;
	padding:0 auto;
	background-color:white;
	}
	
#banner{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:20 auto;
	background-color:#CED2D5;
	}

#main{
	text-align:center;
	margin:30 auto;
	}
	
#copy{
	width:80%;
	font-size:80%;
	}
#contents{
	width:70%;
	margin:30 auto;
	font-size:80%;
	line-height:140%;
	}

td {
	font-size:80%;
	line-height:140%;
	vertical-align:top;
	}