* {
	margin:0;
	padding:0;
}


a {
	text-decoration: none;
	color: inherit;
	
 }



html 	{
	
width: 100%;
height:100%;
overflow-x: hidden;
overflow-y: scroll;	
background-image: url(http://www.anne-noon.co.uk/images/back04.png) ;
background-position: left top;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.wrapper{

	width:1200px;
	display:block;
	margin: 0px auto;
	padding-top:30px;
	align-content:center;

	
}


h1	{
	position:relative;
	width:100%;
	display:block; 
	
	font-family: arial;
	font-size:60pt;
	font-weight: normal;
	text-align:left;
	background-color: #410c5b80;background-image: url(http://www.anne-noon.co.uk/imagestransparent/dark-leather.png);
	color:rgb(255, 255, 255);
	padding: 20px;
	margin: 0px 0px 0px 0px;
	border-radius: 20px;
	border-style: ridge;
	border-width: 3px;
    -moz-box-shadow:    inset 0 0 15px #000000;
    -webkit-box-shadow: inset 0 0 15px #000000;
    box-shadow:         inset 0 0 15px #000000;
}





h4	{
	position:relative;
	width:50%;
	display:block; 

	font-family: arial;
	font-size:10pt;
	font-weight: normal;
	text-align:justify;
	background-color: rgba(0,59,13,0.5);background-image: url(http://www.anne-noon.co.uk/imagestransparent/dark-leather.png);
	color:rgba(255,255,250,1);
	padding: 20px;
	margin: 20px auto;
	line-height: 120%;
	border-radius: 20px;
	border-style: ridge;
	border-width: 3px;
    -moz-box-shadow:    inset 0 0 15px #000000;
    -webkit-box-shadow: inset 0 0 15px #000000;
    box-shadow:         inset 0 0 15px #000000;
}


@media only screen and (max-width: 800px) {
	h4 {
	  width: 400px;
	  margin: 30px 0px 0px 0px;
	}

	h1 {
		width: 400px;
		margin: 0px 0px 0px 0px;
	  }
  }



  #atc:hover{
	width:90px;
	height:30px;
	display:block;
	color:rgba(0,0,0,1);
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size:8pt;
	margin:3px;
	background: #FFFFFF;
	background: -moz-radial-gradient(center, #FFFFFF 0%, #FEFFC6 100%);
	background: -webkit-radial-gradient(center, #FFFFFF 0%, #FEFFC6 100%);
	background: radial-gradient(ellipse at center, #FFFFFF 0%, #FEFFC6 100%);
	border-color:rgba(0, 0, 200, 0.6);
	border-radius: 5px;
	border-style: ridge;
	border-width: 2px;
    -moz-box-shadow:    inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow:         inset 0 0 5px #000000;
	transition: .3s;

	
}


#atc{
	width:90px;
	height:30px;
	display:block;
	background-color: rgba(0,0,50,0.8);
	color:rgba(0,0,0,1);
	text-align: center;
	border: none;
	border-radius: 5px;
	font-size:8pt;
	float:left;
	margin:3px;
	background: rgba(0, 0, 200, 0.6);
	background: -moz-radial-gradient(center, #EAEDD3 0%, #A5A681 100%);
	background: -webkit-radial-gradient(center, #EAEDD3 0%, #A5A681 100%);
	background: radial-gradient(ellipse at center, #EAEDD3 0%, #A5A681 100%);
	border-color:rgba(0, 0, 200, 0.6);
	border-radius: 5px;
	border-style: ridge;
	border-width: 2px;
    -moz-box-shadow:    inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow:         inset 0 0 5px #000000;
	transition: .3s;
} 

.df{
background-color: rgba(0, 150, 150, 0.846); 
}

#wow {
font-size:12pt;
text-align:justify;
font-style:italic;
padding:20px;

}

#wowtitle {
	font-size:12pt;
	text-align:left;
	font-style:italic;
	font-weight:bold;
	
	}