body {
	background-image: url(images/bg_dark.gif);
	background-color: #2B2B2B;
	margin: 25px 0px 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#wrapper {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	font-size: 12px;
	text-transform: uppercase;
}

#header a:link, #header a:visited, #header a:active {
	color: #FFFFFF;
	text-decoration: none;	
}

#header a:hover {
	color: #74A3C7;
	text-decoration: none;	
}
#footer {
	font-size: 11px;
	line-height: 17px;
	color: #4F4F4F;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: underline;	
}

#footer a:hover {
	color: #74A3C7;
	text-decoration: underline;	
}

.footer_td {
	background-image: url(images/bg_footer_home.jpg);
	padding-top: 10px;
	padding-left: 15px;
}
#content {
	background-color: #1E2831;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
}
#content2 {
	background-color: #1E2831;
	background-image: url(images/bg_join.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
}
.get {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3C444B;
	border-bottom-color: #3C444B;
	background-image: url(images/bg_bar.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.step_big {
	font-size: 13px;
	font-weight: bold;
	color: #0099CC;
}
.step_sm {
	font-size: 12px;
	color: #999999;
}

.titles {
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}

