/* Written by Jeroen van der Heiden */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* The Korean text background */
#bgtxt {
    color: #a79696;
    font-size: 130px;
	font-weight: bold;
	font-family: times, serif;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg); /* bgtxt IE 9 */
    -webkit-transform: rotate(30deg); /* bgtxt Chrome, Safari, Opera */
    position: fixed;
    top: -40%;
    left: -40%;
    bottom: -40%;
    right: -40%;
    z-index: -1;
}
