body {
	background: url(assets/background.gif);
	text-align: center; /* Centers divs in IE */
}

#container {
	width: 950px;
	margin: 0 auto; /* Centers divs in FF, Safari, and friends */
	text-align: left;
}

#header {
	background: url(assets/header.gif);
	width: 950px;
	height: 64px;
	margin: 0;
	padding: 0;
}

#header a {
	display: block;
	width: 100%;
	height: 100%;
}

#header a span {
	display: none;
}

#start {
	width: 950px;
	background: #d9d9d9 url(assets/top.gif) no-repeat;
	height: 168px;
	margin: 0 0 2px 0;
}

#start div {
	display: none;
}

#instructions {
	width: 950px;
	background: #d9d9d9;
}

#howitworks {
	width: 950px;
	height: 75px;
	background: url(assets/howitworks.gif);
}

#howitworks * {
	display: none;
}

#nav {
	width: 950px;
	height: 27px;
	background: url(assets/nav_background.gif);
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav li {
	padding: 0;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -2999px;
	outline: 0;
	-moz-outline: 0;
}

#nav_home {
	width: 88px;
	height: 27px;
}

#nav_home a.on {
	background: url(assets/nav_home_on.gif);
}

#nav_home a {
	background: url(assets/nav_home_off.gif);
}

#nav_home a:hover {
	background: url(assets/nav_home_on.gif);
}

#nav_minreq {
	width: 243px;
	height: 27px;
}

#nav_minreq a.on {
	background: url(assets/nav_minreq_on.gif);
}

#nav_minreq a {
	background: url(assets/nav_minreq_off.gif);
}

#nav_minreq a:hover {
	background: url(assets/nav_minreq_on.gif);
}

#nav_support {
	width: 92px;
	height: 27px;
}

#nav_support a.on {
	background: url(assets/nav_support_on.gif);
}

#nav_support a {
	background: url(assets/nav_support_off.gif);
}

#nav_support a:hover {
	background: url(assets/nav_support_on.gif);
}

#nav_featured {
	width: 142px;
	height: 27px;
}

#nav_featured a.on {
	background: url(assets/nav_featured_on.gif);
}

#nav_featured a {
	background: url(assets/nav_featured_off.gif);
}

#nav_featured a:hover {
	background: url(assets/nav_featured_on.gif);
}

#steps12 {
	padding: 0 15px 0 10px;
	height: 166px;
	background: url(assets/instructions1.gif);
}

#steps34 {
	padding: 0 15px 0 10px;
	height: 170px;
	background: url(assets/instructions2.gif);
}

.inst {
	width: 50%;
	float: left;
	padding: 34px 0 0 0;
	color: #ffffff;
	text-transform: uppercase;
	font: bold 12px arial, helvetica, sans serif;
}

.inst a {
	color: #fff;
}

.inst img {
	float: left;
	margin: 0 10px 0 19px;
}

img {
	border: 0;
}

#footer {
	height: 25px;
	background-color: #d9d9d9;
}

.fc {
	width: 33%;
	float: left;
	color: #161616;
	text-transform: uppercase;
	font: 10px arial, helvetica, sans serif;
}

a {
	color: #161616;
}

#signup {
	padding: 0;
	margin: 3px auto 0 auto;
	width: 278px;
	height: 18px;
	background: url(assets/signup.gif);
	text-indent: -2999px;
}

#signup a {
	width: 100%;
	height: 100%;
	display: block;
}

#copyright {
	margin: 0;
	text-align: left;
	padding: 3px 0 0 12px;
}

#links {
	margin: 0;
	text-align: right;
	padding: 3px 3px 0 0;
	width:600px;
}

.hide
{
    display:none;
}
