body, html {
height: 100%;
min-height: 100%;
cursor: default;
background-color: #D5745A;
background-image: url(bg3.png);
}

#container {
background-color: ffffff;
width: 820px;
float: center;
min-height: 100% !important;
height: 100% !important;
    margin: 0 auto;
}

.title {
padding:10px; 
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
letter-spacing: 3px;
font-size: 37px;
text-align: left;
color: #EC7B28;
text-transform: lowercase;
background-color: ffffff;
}

.content {
padding:8px; 
font-family: Gowun Batang;
letter-spacing: 1px;
font-size: 18px;
line-height: 43px;
text-align: justify;
color:#A0642E;
cursor: default;
background-color: ffffff;
}

a:link, a:visited, a:active {
font-family: Gowun Batang;
letter-spacing: 1px;
font-size: 18px;
text-align: justify;
color:#D2735F;
text-decoration: none;
}

a:hover {
font-family: Gowun Batang;
letter-spacing: 1px;
font-size: 18px;
text-align: justify;
color:#44526E;
cursor: default;
       text-align: left;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 1px;
       border-style: dotted;
       border-color:#44526E;
}

i {
color:#D79C71;

}

b {
color: #D79C71; 

}

u {
color:#D79C71; 

}


input, textarea, submit, reset, option, select {
padding: 7px;
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
letter-spacing: 2px;
font-size: 19px;
weight: 300;
text-align: justify;
color:  #D79C71;
cursor: default;
background-color: #ffffff;
       text-align: left;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 1px;
       border-style: solid;
       border-color: #D79C71;
}




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