html {
	background: url(IMG_0126burnsidebridge.JPG) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

  	/*background-color: #2accd0;*/

  	text-align: center;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 1em;
	color: white;
}

a {
	font-size: 1em;
	text-decoration: none;
}
a, a:visited {
	color: white;
}
a:hover, a:focus {
	color: #C9C9C9;
}
a:active {
	color: #A1A1A1;
}




/*.big {
    opacity: 0.9;
    border: medium none;
    margin: 0 auto 25px auto;
    max-width: 500px;
    border-radius: 0px;
}

.small {
	width: auto;
	height:auto;
	float:both;
	margin: 0 auto 25px auto;
	opacity: 0.9;
    border: medium none;
    border-radius: 0px;
}*/

/*small*/
/*@media (max-width: 500px) {
  div {
    width: auto;
    height:auto;
    float:both;
    margin: 0 auto 25px auto;
    opacity: 0.9;
  }
}*/

/*big*/
/*@media (min-width: 1000px) {
  div {
    opacity: 0.9;
    margin: 0 auto 25px auto;
    max-width: 500px;
  }
}*/

/*@media all and (min-width: 50em) {
    div {
        float: left;
        width: 50%;
    }
}*/
div {
    opacity: 0.9;
    border: medium none;
    margin: 0 auto 25px auto;
    max-width: 500px;
    border-radius: 0px;
}

@media only screen and (max-width: 767px) {
   div { 
      width: 100%; 
   }
}



#picture {
	max-width: 500px;
}