@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/background_tile2.jpg);
	background-repeat: repeat;
	background-color:#111;
	margin:0;
	border:0;
}
.topBar {
	background-image:url(../img/lines-dark.png);
	background-repeat: repeat;
	position: fixed;
	top: 0;
	height:20px;
	width:100%;
	margin:0;
	z-index:2;
	
}
.logo_block{
	position:relative;
	background-image: url(../img/el_logo_test_condensed.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
	width:585px;
	height:150px;
	top:193px;
	padding-left:10px;
	z-index:6;
}

.content_block{
	position:absolute;
	top:0;
	background-color:#090909;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:300px;
	border-bottom:1px solid #222;
	box-shadow:5px 0 8px #000;
	z-index:1;
}
.underlayer_gears{
	position:relative;
	background-image:url(../img/gears_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	top:-95px;
	height:250px;
	padding:0px;
	z-index:-1;
}
.subcontent{
	position: relative;
	width:480px;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#999;
	font-size:12px;
	text-shadow:1px 1px 10px #000;
	text-align:center;
	z-index:4;
	top:70px;

}
.action_buttons{
	position: relative;
	padding-top:10px;
	margin:0 auto;
	z-index: 4;
	width:450px;
	height:200px;
	top:180px;
}
.contact_btn{
	position:absolute;
	float:left;
	border: 1px solid #222;
	background-color:#000;
	background-image: url(../img/contact_btn.png);
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:50px;
	z-index:5px;
	box-shadow: 0px 0 10px #000;
	text-align:center;
	vertical-align:bottom;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	-webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
	
	
	
}
.resume_btn{
	float:right;
	border: 1px solid #222;
	background-color:#000;
	background-image: url(../img/resume_btn.png);
	background-position:center;
	background-repeat:no-repeat;
	width:200px;
	height:50px;
	z-index:5px;
	box-shadow: 0px 0 10px #000;
	text-align:center;
	vertical-align:middle;
	-webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
	
}
.text_center{
	text-align:center;
}

.div_center{
	margin:0 auto;
	
}
.font_white{
	color:#fff;
}

.copyright{
	position:relative;
	text-align:center;
	color:#444;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-shadow: 0 0 6px #000;
	top:0px;
	padding:10px
}
.resume_btn:hover{
	margin-top:-10px;
	border: 1px solid white;
}
.contact_btn:hover{
	margin-top:-10px;
	border: 1px solid white;
	
}
