/* Start of CMSMS style sheet 'Layout 2 Empty Background StyleSheet' */
/*CHANGES THE POSITION OF THE WEBPAGE AS A WHOLE*/

body {
background-image: url("http://fcf1.sslpowered.com/PHPsite/uploads/images/ContentBG.jpg");
background-repeat: repeat-x;
width: 950px;
margin-right: auto;
margin-left: auto;
border: 0px solid black;
}

Header {
background-image: url("http://fcf1.sslpowered.com/PHPsite/uploads/images/Header.png");
}

div.Content {
background-color: White;
width: 950px;
}

div.EmptyContent {
width: 970px;
text-align: left;
}

div.NewsSummary {
width: 930px;
text-align: left;
margin-right: auto;
margin-left: auto;

}

div.footer {
width: 900px;
}
/* End of 'Layout 2 Empty Background StyleSheet' */

