@font-face {
    font-family: Bebas;
    src: url('BEBAS.ttf');
}

* {
	margin: 0;
	padding: 0;
}

*::selection { background:#d6492a; color:#fff; text-shadow: none }
*::-moz-selection { background:#d6492a; color:#fff; text-shadow: none }
*::-webkit-selection { background:#d6492a; color:#fff; text-shadow: none}

a:active{
	position: relative;
	top: 1px;
}
body{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	min-width: 1200px;
	width: auto;
	margin: auto;
	background: url('images/tactile_noise.gif');
}
header{
	margin: 0 auto 0 auto;
	width: 800px;
	height: 375px;
	background: url('images/Header.png');
	
	-moz-box-shadow:0px 10px 20px #000;
	-webkit-box-shadow:0px 10px 20px #000;
	box-shadow:0px 10px 20px #000;
}
header nav{
	width: 500px;
	height: 20px;
	padding: 10px 220px 0 215px;
	word-spacing: 20px;
}
header nav a{
	color: #fff;
	font-size: 21px;
	font-family: 'Bebas' !important;
	text-decoration: none;
	padding: 20px 15px 20px 15px;
}
header nav a:hover{
	background: #ed3117;
}
#index{
	width: 800px;
	height: 550px;
	background: #fff;
	margin: 0 auto 150px auto;			
	-moz-box-shadow:0px 10px 20px #000;
	-webkit-box-shadow:0px 10px 20px #000;
	box-shadow:0px 10px 20px #000;
}
#index h1{
	font-size: 38px;
	font-family: 'Bebas' !important;
	padding: 50px 0 0 75px;
}
#index h1 span{
	color: #d6492a;
}
#index p{
	width: 660px;
	margin: 20px 0 0 80px;
	line-height: 21px;
	font-family: 'Helvetica Neue';
	font-weight: 300;
	font-size: 16px;
	text-align: center;
}
#index p a{
	color: #d6492a;
}
#index p a:hover{
	text-decoration: none;
}
#index #stuff{
	font-family: 'Bebas' !important;
	font-size: 28px;
	line-height: 50px;
	width: 390px;
	height: 250px;
	margin-left: 0;
	color: #666;
}
#index #social{
	float: right;
	font-family: 'Bebas' !important;
	font-size: 28px;
	line-height: 50px;
	width: 390px;
	height: 250px;
	margin-top: -200px;
	margin-left: 0;
	color: #666;
}
ul li a{
	font-family: 'Helvetica Neue';
	font-weight: 300;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
ul li a:hover{
	text-decoration: underline;
}
#index .icon{
	width: 700px;
	height: 440px;
	margin: 20px 0 0 50px;
	background: url('images/Icons.png');
}
#index .icon h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'Bebas' !important;
	margin: 0 0 0 400px;
	padding-top: 40px;
}
#index .icon p{
	color: #fff;
	width: 250px;
	margin: 20px 0 0 370px;
	text-align: left;
}
#index .interface{
	width: 700px; height: 420px;
	margin: 50px 0 0 50px;
	background: url('images/Interface.png');
}
#index .interface h2{
	color: #1a266f;
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'Bebas' !important;
	text-shadow: #fff 0 1px 0px;
	margin: 0px 0 0 50px;
	padding-top: 60px;
}
#index .interface p{
	color: #1a266f;
	width: 200px;
	text-align: left;
	margin: 20px 0 0 50px;
}
