body{
    margin: 0;
    padding: 0;
    font-family: Lucida Sans, Verdana, Sans-serif;
    background-image: url('../../images/menu/background-img.png');
    background-repeat: repeat-x;
}

table{
    margin: auto;   /* to center a table */
}

ul{
    margin: 0;
    list-style-type: none;  /* sort by horizontal, not vertical */
}

a img{
    border: none;
}

#screenwrap{
    margin: 0 auto; /* make all contents to be center to the whole page */
    width: 1080px;
}

#header{
    margin: 0;
    padding: 0;
    background: url('../../images/menu/ContainerBackground.png') no-repeat top center;
    height: 136px;
}

#top-container{     /* English-Korean & Audio TurnOn-Off Button */
    margin:0;
    padding: 0;
}

#lang-nav{          /* Div for English & Korean Button */
    margin: 0;
    padding: 14px;
    text-align: center;
}

#header-container{  /* Logo & Menu Section */
    margin: 0;
    padding: 0;
}

#header-logo{
    float: left;
    margin: 3px 90px 0 70px;    /* top right bottom left */
    padding: 0px;               /* control logo height */
}

#header-menu{
    margin: 0;
    padding: 25px;          /* control menu height */
}

#header-menu li{
    display: inline;
    margin: 0 32px 0 32px;  /* control margin between menus */
}

#footer{
    margin: 0 0 0 0;     /* bottom background size */
    padding: 0;             /* control space between last contents and grey line */
    clear: both;
    color: black;
    font-family: Candara !important;
    font-size: 78%;
    text-align: center;
    background: white;
    border: 1px solid white;
}

#footer p{
    margin: 0;
    padding: 5px 0 20px 0;  /* footer white space size */
}

#footer a{
    text-decoration: none;
    color: #ff4500;
    font-weight: bold;
    font-size: 100%;
}
