/* general */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #fff;
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a:hover {
	color: #0071c6;
	text-decoration: none
}
body {
	font-family: tahoma, ms sans serif, arial;
	font-size: 12px;
	color: #fff;
	background: #0091ff url(../../images/intro/bg.png) top repeat-x; 
}
td {
	font-family: tahoma, ms sans serif, arial;
	font-size: 12px;
	color: #333333;
}
p {
	padding-bottom: 4px;
}

/* concept 2.0 */
#wrapper {
	background: url(../../images/intro/main.png) top center no-repeat; 
	height: 648px;
	text-align: center;
	margin:0 auto;
}
#login {
	margin:0 auto;
	padding-top: 100px;
	text-align: left;
	width: 900px;
	height: 220px;
}
#login .textbox {
	color:#313131;
	font-size: 130%;
	font-family: arial;
}
#jobseeker {
	float: left;
	width: 480px;
}
#jobseeker a {
	color: #a1d6ff;
}
#jobseeker a:hover {
	color: #fff;
}
#employer {
	float: left;
}
#employer a {
	color: #ffcecb;
}
#employer a:hover {
	color: #fff;
}
#footer {
	margin:0 auto;
	clear: both;
	text-align: center;
	width: 800px;
	background: url(../../images/intro/line.png) top left no-repeat; 
	padding: 10px 42px 20px 0;
}

/* banner */
#banner_bottom {
	margin:0 auto;
	clear: both;
	text-align: left;
	width: 850px;
	padding: 0 42px 10px 0;
}
#banner_bottom img {
	border: 1px solid #fff;
	margin: 4px;
}
#banner_bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#banner_bottom li {
	display: inline;
}
#banner_bottom p {
	padding: 0;
	margin: 0;
	display: inline;
}

