
#contents {
	background: transparent;
	width:720px;
	height:400px;
	margin: 0px;
	padding:0px;
}

#img {
	background: transparent;
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	width:720px;
	height:400px;
	margin: 0px;
	padding-top: 0px;
}

#button {
	/* margin-top: 178px; */
	padding-top: 344px;
	margin-left: 480px;
}

#clear {
	clear: left;
} 


