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

	body {
	background-color: #000;
	font-size: 12px;
	color: #fff;
}
	a:link {
	color: #fff;
	border: none;
	text-decoration: none;
}
	a:visited {
	color: #ccc;
	border: none;
	text-decoration: none;
}
	a:hover {
	color: #3c6687;
	border: none;
	text-decoration: none;
}
	a:active {
	color: #fff;
	border: none;
	text-decoration: none;
}

#container {
	width: auto;
	height: auto;
	font-size: 12px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}

#header {
	background-color: #000;
	background-image: url(header_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: auto;
	height: 240px;
	margin: 0 auto;
}

#adsense {
	padding-top: 15px;
	}
	
#registration_container {
	background-color: #000;
	background-image: url(registration_container.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: auto;
	height: 146px;
	margin: 0 auto;
}
	
#registration {
	padding-top: 25px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
}

#registration_jobs {
	padding-top: 25px;
	width: 500px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
}

#registration_jobs_scroll {
	padding-top: 25px;
	width: 1200px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
}
	
#mid_content {
	padding-top: 40px;
	background-color: #fff;
	margin: 0 auto;
	width: auto;
	height: 335px;
}

#adsense2 {
	width: 336px;
	height: 280px;
	padding-right: 40px;
	padding-left: 250px;
	float: left;
	}
	
#video {
	background-color: #000;
	width: 422px;
	height: 279px;
	float: left;
	}
	
#adsense3 {
	width: 336px;
	height: 280px;
	padding-left: 40px;
	float: left;
	}
	
#bar_bg {
	background-color: #fff;
	background-image: url(bar_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: auto;
	height: 60px;
	margin: 0 auto;
	}
	
#bar_content {
	padding-top: 10px;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	}
	
#bottom_content {
	padding-top: 30px;
	background-color: #002444;
	color: #FFF;
	margin: 0 auto;
	width: auto;
	height: 290px;
	}
	
#currently_bg {
	background-image: url(currently_container.png);
	background-repeat: no-repeat;
	color: #FFF;
	width: 849px;
	height: 121px;
	margin: 0 auto;
	}
	
#currently {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	width: 800px;
	height: 121px;
	margin: 0 auto;
	text-align: left;
	}

#avg_salary {
	padding-top: 20px;
	padding-left: 410px;
	color: #FFF;
	text-align: left;
	float: left;
	}
	
#quote {
	padding-top: 27px;
	padding-left: 50px;
	width: 375px;
	color: #FFF;
	text-align: left;
	float: left;
	}
	
#footer {
	padding-top: 20px;
	background-color: #000;
	margin: 0 auto;
	width: auto;
	height: auto;
	}
	
#bottom_links {
	}