@charset "utf-8";
/* CSS Document */

body {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
    background-image: url(./images/backgroundimage.png);
    background-repeat: repeat-x;
    
    font-family: 'Open Sans', sans-serif;
}

a {
	outline:none
}

a:active {
	outline:none
}

a img { 
	border:0px;
}

#pagelogo:hover {
    opacity: 0.5;
}

#content {
	height: auto;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#head {
	height: 290px;
	width: 925px;
    padding-top: 75px;
}

#prayforparis {
  //background-color: orange;
  position: absolute;
  top: 0px;
  right: 0px;
}