@charset "UTF-8";
/* CSS Document */


body
{
	height: 100%;
	margin: 0px;
	background-color: #fff;
	padding: 2em;
	font-family: helvetica, sans-serif;
	  background: url(images/background-image.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

a:link
{color: #990000;
text-decoration: none;
}

a:visited
{color: #990000;
}

#logo img
{
	display: block;
	margin: auto;
	
}
#main_text
{
	width: 45%;
	display: block;
	position: relative;
	margin: auto;
	padding: 1.2em;
	 background: url(images/textdivbackground.png); 
}

#main_text p
{
	font-size: .80em;
	letter-spacing: .15em;
	color: #363636;
	line-height: 1.8;
	text-align: center;
}

#email_signup
{
	width: 60%;
	display: block;
	background-color: none;
	margin: auto;
	font-size: .75em;
}

#photocredit{
	position:absolute;
   bottom:0;
   right:0;
   font-size: .7em;
   }