html {



	overflow: auto;
	overflow-x:hidden;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

::selection {
	color: black;
	background-color: yellow; /* Safari */
	}
::-moz-selection {
	color: black;
	background-color: yellow; /* Firefox */
}

body {
	background: url(/images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	/*position: fixed;*/
	font-family: 'Ropa Sans', sans-serif;
	line-height: 200%;
	letter-spacing: 120%;
	height: 100%;
	min-height:100%;
}

span {
	font-family: 'Ropa Sans', sans-serif !important;
}

#footer {
	top:100%;
	position: absolute;
}

/*@media only screen and (max-width: 610px){
#emailTable{
	width: 100%;
	height: 100vh;
}

td.emailTD{
	font-size: 70px;
	height: 10%;
	line-height: normal;
}

#sendEmail{
  /*vertical-align: top;*/
  padding-bottom: 40vh;
}

input.emailInput {
  font-size: 40px;
}

input.send{
  height:5vh; 
  width:10vh; 
  font-size:46px;
}
}*/