* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}
	
html {
	overflow-x: hidden;
	background: rgb(28, 28, 28);
	background: url(images/light.png) no-repeat fixed center top, url(images/pattern.png) repeat;
	overflow: hidden;
	}

body {
	font-size: .625em;
	}

a {
	text-decoration: none;
	color: #85e6f4;
	}

a:hover {
	color: black;
	background: #85e6f4;
	}


#sb-nav-close:hover {
	background-color: transparent;
	}

#pageWrap {
	width: 410px;
	height: 500px;
	margin: -140px auto 0 -190px;
	position:absolute;
    top:50%;
    left:50%;/* half elements width*/
    overflow: hidden;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, "Helvetica Neue", Arial, san-serif;
	text-transform: uppercase;
	}
	
li {
	position: relative;
	float: left;
	clear: both;
	margin-top: 1em;
	display: inline-block;
	color: gray;
	}

li:first-child {
	margin-top: 1em;
	}
	
	
h1 {
	font-size: 6em;
	font-weight: 200;
	letter-spacing: .1em;
	z-index: 1;
	}
	
h2 {
	font-size: 5em;
	font-weight: 100;
	text-indent: -.05em;
	letter-spacing: .03em;
	z-index: 0;
	}

h3 {
	font-size: 1.55em;
	font-weight: 100;
	text-align: left;
	letter-spacing: .09em;
	color: gray;
	}

h4 {
	font-size: 1.4em;
	font-weight: 100;
	text-align: left;
	letter-spacing: .09em;
	color: gray;
	}
	
h6 {
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: .08em;
	z-index: 0;
	}

#name {
	text-align: center;
	position: relative;
	float: left;
	clear: both;
	display: inline-block;
	padding-bottom: 0em;
	color: whitesmoke;
	border-bottom: 2px dotted gray;
	}

#name h1 {
	padding-top: .16em;
	}

#resumereel {
	z-index: -2;
	padding-top: .1em;
	}

#aspecialgift {
	font-size: 2.35em;
	font-weight: 200;
	letter-spacing: .09em;
	margin-top: -.2em;
	}

#emailMeBox {
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: url(images/mail.png) no-repeat 2px center;
	margin-left: .5em;
	}

#emailMeBox:hover {
	background: #85e6f4 url(images/mailover.png) no-repeat 2px center;
	cursor: pointer;
	}

#emailMeBox:hover a {
	color: black;
	}

#emailMe {
	margin-left: 2.4em;
	display: block;
	}

#contactBox {
	background: url(images/phone.png) no-repeat 0 50%;
	float: left;
	position: relative;
	display: inline-block;
	}
	
#contact {
	cursor: default;
	margin-left: 1.4em;
	padding-top: .12em;
	}

#copyrightBox {
	float: left;
	position: relative;
	display: inline-block;
	margin-left: .3em;
	}
