

body, html {
	width: 100%;
	height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,a {
	margin: 0;
	padding: 0;
	color: #000000;
		-webkit-font-smoothing: antialiased;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

form,fieldset,input,textarea,select {
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000000;
}

input, textarea {
	background: #000000;
	border-style: solid;
	border-width: 1px;
}

img, embed, object {
	border: 0;
	margin: 0px;
	padding: 0px;
	display:block;
}


td {
	vertical-align: top;
}

div {
	display: inline;
	position: relative;
	float: left;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


a,object {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

body {
	background-color: #eeeeee;
}


.email {
	background: url(contact.jpg) no-repeat center center fixed;        
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #efeeec;
    width: 100%;
    height: 100%;
    position: absolute;
    color: transparent;
	background-size: cover;
	background-position: top 0% right 10%;
}



.info {
	position: fixed;
  	top: 30px;
  	left: 50%;
  	margin-top: 50vh;
  	margin-left: -5vw;	
	display: block;


}