html, body {
	width:100%;
	height: 100%;
}

body {
	margin: 0;
	font-family: Lato;
	background-color:#fff;
}
#sitebackground {
	width: 100%;
	background: url("https://digitalcemetery.cottonhills.net/images/templateimages/background2.jpg");
    color: white;
	text-align: center;
	font-size: 100px;
    background-attachment: fixed;
    background-size: cover;	
}

#container {
	width: 100%;
	height:100%;
	background-color:#fff;
	/*background:rgba(255,255,255,.9);*/
    position:relative;
}
#container:after {
    content:'';
    width:100%;
    height:100%;
	margin: 0 auto;

    background: url("https://digitalcemetery.cottonhills.net/images/templateimages/background2.jpg");
    position:absolute;    
    background-attachment:fixed;
    background-size:cover;
    left:0;
    top:0;
    z-index:-1;
}
#content {
    width:100%;
    height:100%;
	margin: 0 10px;
	padding: 0 10px;
}
#heading {
	text-align: center;
	background-color: #09F;
	width: 100%;
	padding:10px 0;
}
#icons {
	text-align: center;
	width: 100%;
}

#listcontent {
	text-align: left;
	width: 100%;
	padding: 0 10px;
}
#listcontent img {
	max-width: 100%;
	height: auto;
}

#translistcontent {
	text-align: left;
	width: 100%;
	padding: 0 10px;
}

#coll {
	max-width:520px;
	float: left;
}
#colr {
	float: left;
}
#col {
	clear:both;
	width:100%;
}

#pagenav {
	text-align: center;
	width: 100%;		
}
#pagenav a {
	padding: 0 6px;
}
a:link {
	color: #09F;
	background-color: #fff;
	font-weight:600;
}
a:visited {
	color: #069;
	background-color: #fff;
}
a:hover {
	color: #F36;
	background-color: #FFC;
}
a:active {
	color: #F36;
	background-color: #fff;
}
.bold {
	font-weight: 800;
}
.semibold {
	font-weight: 600;
}
.i {
	font-style: italic; 	
}
.center {
	text-align: center;
}