html { 
  background: url(http://www.brownstock.co.uk/img/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:black;
}

body {
max-width: 100%
}

#header {
    width:60%;
    text-align:center;
    margin: 0 auto;
    padding-bottom: -50px!important;
}

img.center {
display:inline-block;
margin: 0 auto;
height:75px; 
width: 75px;
}

.statement {
    max-width:60%;
    margin: 0 auto;
}

h1 {
    color: white;
    font-family: 'Pontano Sans', sans-serif;
}

p {
    color: white;
    font-family: 'Pontano Sans', sans-serif;
}


.pic {
	float:left;
	margin:0 15px 15px 0;
	border:5px solid white;
	width:200px;
	height:250px;
    margin-left: auto;
    margin-right: auto; 
}

.pic a {
	width:200px;
	height:250px;
	text-indent:-99999px;
	display:block;
}


.clear{
	clear:both;
}

#container {
	width:890px;
	margin:20px auto;
}


/* Mobile Only CSS */
@media screen and (max-width: 600px) {

html, body {
        max-width: 100%!important;
        overflow-x: hidden!important;
    }

.statement {
    max-width: 95%;
    margin: 0 auto;
}



#container {
display: none!important;
}

img.center {
margin: 0 auto;
max-width: 100%!important;
}

#header {
    width:100%;
    }

}