html { 
  background: url(../resources/desert2.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*#loveispage {
	position:absolute;
	left: 0px;
	top: 0px;
	height: 894px;
	width: 1500px;
	z-index: -1000;*/
	/*background:#000000*/
/*	background-image: url(../resources/desert2.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment:scroll;
}*/

header {
	background-image: url("../resources/whiteheadertransparentbg.png");
	background-repeat: no-repeat;
	width: 672px;
	height: 80px;
}


body {
	color: #000;
	/*font: 14px  /20px arial, "helvetica", sans-serif;*/
	/*
	 font-family: 'Ubuntu Mono', sans-serif;
	 font-family: 'Nova Slim', cursive;*/

	font: 14px /20px 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	/*font-size: 1.1em;*/
	letter-spacing: 0;
	text-align: left;
}

a {
	color: #3409c7;	
}