body, html {
height:100%;
min-height:100%;
font-family: times new roman;
letter-spacing: 0px;
font-size: 10px;
text-align: justify;
color: #000000;
cursor: default;
  background-image: url(undertaker-kuroshitsuji-header.png), url(bg1.png);
  background-position: left bottom, left top;
  background-repeat: no-repeat, repeat;
}

#container {
margin: 0px auto;
float: left;
clear:both;
  overflow: scroll;
  scrollbar-color: #C6949C #484848;
  scrollbar-width: thin;
}

#image {
float: left; 
WIDTH: 600px;
clear:both;
position: fixed;
}

#page {
height: 100%;
background-color:#434343;
opacity: 89%;
float: right; 
WIDTH: 715px;
top: 0px;
left: 620px;
position: fixed;
clear:both;
overflow:auto;
}

.name {
padding:15px; 
font-family: Manufacturing Consent;
font-size: 70px;
color: #C6949C;

}

.title {
text-shadow: 1px 1px 1px #000000;
text-indent:20px;
padding:25px; 
font-family: My Soul;
letter-spacing: 0px;
font-size: 70px;
line-height: 21px;
text-align: justify;
color: #7E1818;
text-transform: lowercase;
}

.content {
text-shadow: 1px 1px 1px #403C3C;
padding:10px; 
font-family: Noto Serif Yezidi;
letter-spacing: 1px;
font-size: 18px;
line-height: 35px;
text-align: justify;
color: #9E837E;
}


a:link, a:visited, a:active {
font-family: Noto Serif Yezidi;
letter-spacing: 1px;
font-size: 17px;
text-align: justify;
color: #7C574E;
text-decoration: none;
border:0px;
border-bottom: 0px;
border-color: #F0A0AD;
border-style: solid;
}


a:hover {
font-family: Noto Serif Yezidi;
letter-spacing: 1px;
font-size: 17px;
text-align: justify;
color: #906067;
text-decoration: none;
border:0px;
border-bottom: 0px;
border-color: #F0A0AD;
border-style: solid;
}

i, b, u {
color: #D2B3AE; 
}


input, submit, reset, select, option, textarea {
font-family: Fasthand;
padding: 1px;
letter-spacing: 0px;
font-size: 40px;
cursor: pointer;
background-color: #484848;
color: #D2B3AE;
       text-align: left;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 1px;
       border-style: solid;
       border-color: #C6949C;
outline:none;
resize: none;
}

input:focus, textarea:focus, submit:focus, reset:focus, select:focus, option:focus {
outline:none;
resize: none;
}

*:focus
{
outline: none;
outline-width: 0;
}