body {
font-family:"Comic Sans MS", cursive, sans-serif;
   font-size: 14px;
   color : #fffbc1;
   text-align : left;
   background-color: #fffbc1;
   margin-left: auto;
   margin-right: auto;
   background-repeat: no-repeat;
   background-position: center top;
   background: #232323 repeat-y center top url('/sitecomposer/render/image/styles/sources/background_1920.jpg');
}

/*
@media screen and (max-width: 1440px) {
body {
   background: #232323 repeat-y center top url('/sitecomposer/render/image/styles/sources/background_1440.jpg');
   min-height: 600px;
}
}


@media screen and (max-width: 1280px) {
body {
   background: #232323 repeat-y center top url('/sitecomposer/render/image/styles/sources/background_1280.jpg');   
   min-height: 533px;
}
}
*/


div#container {
   margin-left: auto;
   margin-right: auto;
   position: relative;
padding-bottom: 15px;
}

/*
@media screen and (max-width: 1440px) {
div#container {
   min-width:1360px;
   max-width: 1440px;
}
}

@media screen and (max-width: 1280px) {
div#container {
   min-width:1200px;
   max-width: 1280px;
}
}
*/

div.PageContent {
width: 890px;
margin-left: auto;
margin-right: auto;
position:relative;
padding-top: 20px;

}

img.ChronicleImage {
   margin-bottom: 5px;
   margin-top: 15px;
}