@charset "utf-8";
/**************************************************************************
* Module
**************************************************************************/
#home {
	background:url(../img/touching_the_future.jpg) no-repeat center right;
}
#copyright {
	position:absolute;
	margin:0em 0 0 575px;
	text-align:right;
}
#copyright p {
	margin:0;
	font-size:0.65em;
	text-align:right;
	color:#666666;
}
#showcase {
	float:left;
}

.new_vacancies{
	margin:1em -37px 0 0;
	padding:0;
	float:right;
	width:455px;
	height:55px;
	background:url(../img/vacancy_back.png) no-repeat center left;
	text-align:right;
	outline:none;
	-moz-box-shadow: 0px 0px 5px #000;
    -khtml-box-shadow: 0px 0px 5px #000;
}
.new_vacancies a{
	margin-right:2em;
	display:block;
	color:#FFF;
	line-height:55px;
	text-decoration:none;
}
.new_vacancies a:hover{
text-decoration:none;
}
.new_vacancies a span{
text-decoration:underline;
}
