body { overflow-x: hidden; }

#confession { 
background: url(../images/confession.jpg); 
height: 1500px;
background-position: 50% 50%; 
background-repeat: no-repeat; 
margin:0 auto;
padding: 0;
position: relative;
}

#dictionary { 
background: url(../images/dictionary.jpg); 
height: 1500px;
background-position: 50% 50%; 
background-repeat: no-repeat; 
margin:0 auto;
padding: 0;
position: relative;
}

#rendering { 
background: url(../images/rendering.jpg); 
height: 1500px;
background-position: 50% 50%; 
background-repeat: no-repeat; 
margin:0 auto;
padding: 0;
position: relative;
}

#god { 
background: url(../images/god.jpg); 
height: 1500px;
background-position: 50% 50%; 
background-repeat: no-repeat; 
margin:0 auto;
padding: 0;
position: relative;
}

#diary { 
background: url(../images/diary.jpg); 
height: 1500px;
background-position: 50% 50%; 
background-repeat: no-repeat; 
margin:0 auto;
padding: 0;
position: relative;
}

#letters { 
background: url(../images/letters.jpg); 
height: 1500px;
background-position: 50% 50%; 
background-repeat: no-repeat; 
margin:0 auto;
padding: 0;
position: relative;
}

#unbelief { 
background: url(../images/unbelief.jpg); 
height: 1500px;
background-position: 50% 50%; 
background-repeat: no-repeat; 
margin:0 auto;
padding: 0;
position: relative;
}

#info {
position: absolute;
top: 1200px;
width: 100%;
display: table;
}

p.text {
display: table-cell;align: center;text-align: center;
font-size:18px;
font-family: Garamond, Georgia, "Times New Roman", serif;
color: #000;
}

/* linkage -------- */
a { text-decoration:none; color:#000; }
a:hover{ border-bottom:1px solid; }
