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

#wrapper {
	position:relative;
	margin:0 auto;
	width:780px;
	height:4360px;
	padding:0 10px 0 10px;
	background-image:url(../images/base-bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	z-index:1;
}

#content {
	position:absolute;
	left:20px;
	top:417px;
	width:486px;
	text-align:justify;
	line-height:16px;
	z-index:2;
}

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

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

#thinkcarefully {
	position:absolute;
	top:4271px;
	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:#E1B046;
}
