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

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

#content {
	position:absolute;
	left:256px;
	top:477px;
	width:514px;
	text-align:justify;
	line-height:16px;
	z-index:2;
}


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

#bottomlinks {
	position:absolute;
	top:1522px;
	width:780px;
	text-align:center;
	line-height:22px;
	background-image:url(../images/dotted-line.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#4696d5;
	z-index:2;
}

#thinkcarefully {
	position:absolute;
	top:1672px;
	width:779px;
	text-align:center;
	line-height:20px;
	background-image:url(../images/dotted-line.gif);
	background-position:top left;
	background-repeat:repeat-x;
	z-index:2;
}

#copyrightinfo a {
	color:#99d6ff;
}

