body
{
    background-color: white;
    background-image: url(img/bodybg.png);
    background-repeat: repeat-x;
    text-align: center;
    background-attachment: fixed;
    font-family: sans-serif;
}

a
{
    color: silver;
}

a:hover
{
    color: white;
}

a img
{
  border: none;
}

hr
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#banner
{
   background-image: url(img/banner.png);
   width: 608px;
   height: 157px;
   margin: 0 auto;
   position: relative;
   z-index: 2;
}

#container
{
   width: 800px;
   background-image: url(img/contentbg.png);
   background-repeat: repeat-y;
   margin: -70px auto 10px auto;
   position: relative;
   font-family: sans-serif;
   color: white;
}

#navi
{
   width: 162px;
   height: 360px;
   margin-top: 65px;
   margin-left: 25px;
   margin-bottom: 25px;
   margin-right: 50px;
   background-image: url(img/navibg.png);
   position: relative;
   font-family: sans-serif;
}

#navi a
{
   display: block;
   text-decoration: none;
   font-weight: bold;
   color: white;

   font-family: sans-serif;
   margin-bottom: 10px;
}

#navi a:hover
{
   text-transform: uppercase;
}

#somyella
{
   width: 292px;
   height: 299px;
   margin-left: 540px;
   margin-top: -80px;
   background-image: url(img/somyella.png);
   position: absolute;
}

#pogosomyeol
{
   width: 88px;
   height: 174px;
   margin-left: -30px;
   margin-top: -90px;
   background-image: url(img/pogosomyeol.png);
   position: absolute;
}

#buttons
{
   width: 160px;
   height: 88px;
   margin-left: 635px;
   margin-top: 240px;
   position: absolute;
   text-align: center;
}

#content
{
   position: relative;
   width: 420px;
   min-height: 388px;
   margin-top: -413px;
   margin-left: 210px;

   text-align: justify;
   font-family: sans-serif;
   font-size: 13px;

   overflow: no;
}