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

#wrapper {
	position:relative;
	margin:0 auto;
	top:0px;
	width:780px;
	height:1415px;
	z-index:1;
	}
#banner {
	position:absolute;
	background-image:url(../images/banner-img.jpg);
	top:26px;
	width:780px;
	height:352px;
	z-index:2;
}
#content {
	position:absolute;
	left:242px;
	top:410px;
	width:530px;
	text-align:justify;
	line-height:16px;
	z-index:1;
	}
#copyrightinfo {
	position:absolute;
	top:1390px;
	background-color:#000000;
	width:781px;
	height:25px;
	line-height:24px;
	color:#FFFFFF;
	z-index:2;
}
#bottomlinks {
	position:absolute;
	top:1221px;
	width:780px;
	text-align:center;
	line-height:18px;
	background-image:url(../images/dotted-line.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#000000;
	z-index:2;
	padding:10px 0 10px 0;
}

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

#copyrightinfo a {
	color:#99d6ff;
}

