/**** GENERAL ****/
body {
	background: #000;
	margin: 0px;            
}
img {
	border: 0px;
}

/**** LOGO ****/
.logo {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px; 
}

/**** DESCRIPTION ****/
.descr {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px; 
	padding: 20px 0px 40px 0px;
}
.descr_title {
	font: 30px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #fff;
	width: 600px;
}
.descr_sub {
	font: 14px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	position: absolute;
	top: 38px;
	left: 600px;
}
.descr_content {
	font: 12px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #fff;
	width: 550px;
	padding: 15px 0px 0px 0px;
	line-height: 20px;
}
.descr_notes_first {
	font: 12px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	line-height: 28px;
	width: 60px;
	position: absolute;
	top: 77px;
	left: 600px;
}
.descr_notes_last {
	font: 12px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #fff;
	line-height: 28px;
	width: 240px;
	position: absolute;
	top: 77px;
	left: 660px;
}
a.descr_link:link {
	text-decoration:none;
	color: #9dbfc9;
}
a.descr_link:visited {
	text-decoration:none;
	color: #9dbfc9;
}
a.descr_link:active {
	text-decoration:none;
	color: #9dbfc9;
}
a.descr_link:hover {
	text-decoration:underline;
	color: #fff;
}

.descr_bg {
	background: #222;
	width: 100%;
	height: 230px;
	position: absolute;
	top: 59px;
}

/**** PROJECT ****/
.project {
	font: 12px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	width: 900px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -450px; 
}
.project img {
	padding-top: 20px;
}
.project_title {
	font: 18px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #fff;
	padding: 20px 20px 0px 0px;
	float: left;
}
.project_title_sub {
	font: 12px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	padding-top: 27px;
}
a.project_link:link {
	text-decoration:underline;
	color: #999;
}
a.project_link:visited {
	text-decoration:underline;
	color: #999;
}
a.project_link:active {
	text-decoration:underline;
	color: #999;
}
a.project_link:hover {
	text-decoration:underline;
	color: #fff;
}
.divider {
	width: 100%;
	border: 1px solid #282828;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 20px;
	margin-top: 35px;
}

/**** BOTTOM ****/
.bottom_border {
	width: 100%;
	height: 30px;
	border: 1px solid #222;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	top: 3900px;
}
.bottom {
	font: 11px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px; 
	padding: 7px 0px 0px 0px;
}
.bottom_right {
	position: absolute;
	left: 760px; /*total width - 140*/
	top: 7px;
}
a.bottom_link:link {
	text-decoration:none;
	color: #999;
}
a.bottom_link:visited {
	text-decoration:none;
	color: #999;
}
a.bottom_link:active {
	text-decoration:none;
	color: #999;
}
a.bottom_link:hover {
	text-decoration:underline;
	color: #fff;
}