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

#wrapper {
	position:relative;
	width:780px;
	height:1170px;
	margin:0 auto;
	padding:0 10px 0 10px;
	background-color:#ffffff;
}

#footer-links {
	position:absolute;
	top:1099px;
	width:760px;
	height:40px;
	z-index:1;
	color:#bed3d8;
	text-align:center;
	background-image:url(../images/footer-bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	line-height:40px;
	padding:0 10px 0 10px;
	border-top:4px #dae6e9 solid;
}

#footer {
	position:absolute;
	top:1140px;
	width:760px;
	height:30px;
	z-index:1;
	text-align:right;
	color:#ffffff;
	line-height:28px;
	padding:0 10px 0 10px;
	background-color: #1d8caa;
}
