@charset "utf-8";
body {
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	background-attachment:fixed;
}
#main {
	margin-top: 100px;
	font-size: small;
	color: #666666;
	text-align: right;
	margin-right: auto;
	width: 450px;
	margin-left: auto;
	height: 100%;
}
#main h1 {
	font-size: small;
}
