@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	margin:0 auto;
	width:780px;
	height:4400px;
	background-color:#ffffff;
	z-index:1;
}

#content {
	position:absolute;
	left:10px;
	top:480px;
	width:500px;
	text-align:justify;
	line-height:16px;
}

#botlinks {
	position:absolute;
	left:0px;
	top:4237px;
	border-top:1px dashed #b1b1b1;
	border-bottom:1px dashed #b1b1b1;
	width:780px;
	padding:6px 0 6px 0;
	line-height:20px;
	text-align:center;
	z-index:2;
}
#botlinks a {
	color:#000000;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
#botlinks a:hover {
	color:#141414;
	text-decoration:underline;
	margin-left:10px;
	margin-right:10px;	
}

#thinkcarefully {
	position:absolute;
	left:0px;
	top:4320px;
	text-align:center;
	color:#000000;
	padding-top:4px;
	padding-bottom:4px;
	line-height:16px;
	width:780px;
	z-index:2;
}

#copyrightinfo {
	position:absolute;
	top:4368px;
	background-color:#141414;
	width:780px;
	height:32px;
	line-height:30px;
	color:#FFFFFF;
	z-index:2;
}

