.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.main {
	background-attachment: fixed;
	background-image: url(../images/main.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.border {
	text-indent: 10pt;
	display: block;
	list-style-type: none;
	font-size: 12pt;
	line-height: 1.2em;
	border: 3px dotted #86C2FF;
	margin-left: 12px;
}
.main_bg {
	border: 3px dotted #86C2FF;
	display: block;
	font-size: 12pt;
	color: #333333;
}
.message {
	padding: 2px;
	font-size: 10pt;
	text-align: right;
	margin: 2px;
	color: #000000;
}
.main_attach {
	font-size: 12pt;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #990000;
}


