* {
	font-family: 'HelveticaNeue', Helvetica, Arial;
	letter-spacing: -0.03em;
	color: #fff;
}
body {
	background-color: #000;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#gradient {
	background-image: url('../images/background_gradient.png');
	background-repeat: repeat-y;
	width: 560px;
	height: 100%;
	position: absolute;
	margin: -10px;
}

#logo {
	width: 286px;
	height: 174px;
	position: absolute;
}

#latest_news {
	position: absolute;
	color: #fff;
	width: 270px;
	top: 280px;
	left: 40px;
}

#latest_news h3 {
	color: #fff;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

#menu {
	font-size: 1.1em;
	color: #fff;
	position: absolute;
	top: 420px;
	left: 40px;
	text-transform: uppercase;
}

#menu li {
	margin-top: -2px;
	cursor: pointer;
}

.menu_over {
	padding-left: 10px;
}

.content {
	display: none;
	/*background-image: url('../images/background_smoke.png');*/
	background-color: #000;
	position: absolute;
	width: 640px;
	height: 440px;
	top: 200px;
	left: 380px;
	padding: 30px;
	-webkit-box-shadow: #000 0px 0px 20px;
}

.content h2 {
	margin: 0px 0px 10px 0px;
	font-family: 'helveticaneue-condensedbold', helvetica, arial;
	font-size: 1.8em;
	letter-spacing: 0em;
	text-transform: uppercase;
}

.personal {
	padding: 10px;
}

.content h4 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 1.3em;
}

.work {
	font-size: 1.2em;
	display: block;
	margin-bottom: 10px;
}

.employee {
	font-size: 0.8em;
}

.content_close {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 25px;
	height: 26px;
	background-image: url('../images/layer_close.png');
	background-repeat: no-repeat;
}

#content_text {
	width: 100%;
	height: 405px;
	overflow: auto;
}

#content_text_kia {
	width: 100%;
	text-align: center;
}

#footer_mail {
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #fff;
	float: right;
}

#footer_copy {
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	left: 30px;
	color: #fff;
	float: left;
}

#footer_mail a {
	color: #fff;
	text-decoration: none;
}