body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

				
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../jpg/backgrnd3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

#logolarge {
	position:absolute;
	width:623px;
	height:86px;
	margin-top:50px;
	margin-left:-100px}
	
#clef {
	position:absolute;
	width:92px;
	height:182px;
	margin-top:-40px;
	z-index:10;
}

#logosmall {
	position:absolute;
	width:351px;
	height:38px;
	margin-top:85px;
	margin-left:130px;
	z-index:11;
}




	
#contactbox{
	font-size:14px;
	color:#434343;
	position:absolute;
	top:180px;
	left:100px;
	width:50%;
	}
	
input {
    width: 100%;
	padding: 10px 10px;
	border: 1px solid #969696;
    border-radius: 5px;
}

textarea {
    width: 100%;
	padding: 10px 10px;
	border: 1px solid #969696;
    border-radius: 5px;
    resize: none;
}