@charset "utf-8";
body {
	font: 14px Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #202020;
	margin: 0px;
	padding: 50px 0px;
	font-smooth: always;
}
.wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
em {
	font-style: normal;
	color: #454545;
}
h1 {
	font-size: 96px;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
	letter-spacing: -7px;
}
h2 {
	font-size: 52px;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
	letter-spacing: -3px;
}
h2 em {
	font-weight: normal;
}
h3 {
	font-size: 35px;
	font-weight: bold;
	margin: 40px 0;
	padding: 0px;
	letter-spacing: -2px;
}
form.jobs {
	background: #454545;
	padding: 20px 30px;
	margin: 40px 0;
	text-align: left;
	font-size: 20px;
	border-radius: 20px;
}
.jobs h3 {
	margin: 0;
}
.jobs p {
	margin: 10px 0;
	letter-spacing: -0.5px;
}
.jobs input {
	outline: none;
	padding: 10px;
}
.jobs input[type=text] {
	background: #fff;
	font-size: 20px;
	color: #282828;
	width: 440px;
	border: none;
}
.jobs input[type=submit] {
	background: #2fa8e0 url(submitbg.gif) repeat-x top;
	color: #fff;
	text-shadow: #1b87c9 1px 1px 1px;
	font-size: 20px;
	width: 160px;
	border: none;
	margin-left: 20px;
	border-radius: 5px;
	cursor: pointer;
	height: 45px;
}
.column {
	text-align: left;
	float: left;
	position: relative;
	width: 290px;
	line-height: 24px;
	margin: 0 30px;
    color:#454545;
}

.cc{
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 60;
  color:#fff;
  font-size:12px;
  height:20px;
  width:100px;
  text-align:right;
}

.cc a{
    color:#fff;
    text-decoration:none;
    font-size:12px;
}
