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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

.container {
	background: url(bg_header.jpg) no-repeat 61px 0;
	width: 1000px;
	height: 650px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.wrapper {
	width: 880px;
	height: 520px;
	position: relative;
	top: 90px;
	left: 61px;
	right: 61px;
}

.footer {
	font-size: 1em;
	width: 880px;
	height: 25px;
	position: relative;
	top: 90px;
	left: 61px;
	right: 61px
}
p.copy {
	font-size: .95em;
	color: #006699;
	text-align: center;
	width: 366px;
	position: relative;
	margin: 0px;
	top: 10px;
	left: 250px;
	float: left;
}
p.copy a {
	color: #006699;
	font-size: .95em;
}
p.skip a {
	font-size: 1.2em;
	color: #006699;
	text-align: right;
	width: 166px;
	margin: 10px 20px 0 0;
	float: right;
}