*
{
	padding: 0px;
	margin: 0px;
}

html
{

}

textarea
{
	resize:none;
}

#container
{
	background-color: #000000;
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*height: auto;*/
	height: 100vh;
	min-height: 768px;
	margin: 0px auto;
	
}

#header {
	display: block;
	height: 140px;
	background-image: url("../img/Extase-Logo.png");
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
  background-position: center 20px;
  background-size: 428px 120px;
    /*width: 100%;*/
    /*float: left;*/
}

#contentphoto
{
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 30px;
	background-image: url("../img/extase.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 68vh;
	min-height: 500px;
}

#footer
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	min-height: 50px;
	width: 100%;
	
}

#footer #title
{
	text-align: center;
	font-size: 44px;
	/*font-weight: bold;*/
	color: #FFFFFF;
}

#footer #mailto
{
	text-align: center;
	font-size: 36px;
	
	color: #FFFFFF;
}

#footer #mailto:hover
{
	text-decoration: underline;
	cursor: pointer;
}

#footer #mailto p
{
	/*margin-left: -2px;
	margin-right: -2px;*/
	display: inline;
	font-style: italic;
}

#footer #mailto p:nth-child(2)
{
	margin-left:-4px;
	margin-right:-1px;
	font-style: normal;
}