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

#wrapper {
	position:relative;
	background-color:#FFFFFF;
	margin:0 auto;
	width:780px;
	height:1380px;
	background-image:url(../images/top-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	z-index:1;
}

#copyrightinfo {
	position:absolute;
	background-color:#003977;
	line-height:25px;
	color:#FFFFFF;
	text-align:center;
	top:1354px;
	width:780px;
	height:25px;
	z-index:2;
}

#bottomlinks {
	position:absolute;
	background-color:#e8f2f9;
	color:#003977;
	line-height:22px;
	text-align:center;
	top:1245px;
	width:780px;
	font-family:tahoma;
	font-size:11px;
	z-index:2;
	padding:7px 0 7px 0;
	height: 93px;
}

#bottomlinks a {
	color:#000000;
	text-decoration:none;
	padding:0 6px 0 6px;
}

#bottomlinks a:hover {
	color:#000000;
	text-decoration:underline;
	padding:0 6px 0 6px;
}
