

/* Misc */
ol,ul { list-style:none; }
.preloadpic { display:none; }
p, ul { padding:0; margin:0; }



/* Layout */
body {
    font-family:"Gill Sans MT", Arial, sans-serif;
    font-size:.9em;
    color:#eee;
	text-align:center;
    background:#c4c4b7 url(../img/splash-bg-repeat.jpg) repeat-x; }        

#centerdiv {
    position:relative;
    text-align:center;
    width: 1126px;
    height:750px;
    margin-right:auto;
    margin-left:auto;
    background:url(../img/splash-main.jpg) center bottom no-repeat;}

div#header {
    position:relative;
    background:url(../img/splash-header.jpg) no-repeat;
    width:1126px;
    height:266px; }
    
    
    

/* Pictures and fading effect */
#pictures {
    position:absolute;
    background:url(../img/splash-header.jpg) center bottom no-repeat;
    text-align:left;
    top:74px;
    left:87px;
    width:951px;
    height:192px;
    margin:0;
    padding:0;
    overflow:hidden; }
    
#innerfade {
    display:block;
    position:relative;
    width:951px;
    height:192px;
    margin:0;
    padding:0; }



    
/* Buttons & hover effects */
a#button-english {
    position:absolute;
    display:block;
    top:475px;
    left:182px;
    width:128px;
    height:33px;
    background:none; 
    text-indent:-9999em; }

a#button-korean {
    position:absolute;
    display:block;
    top:528px;
    left:182px;
    width:128px;
    height:33px;
    background:none; 
    text-indent:-9999em; }

a#button-english:hover {
    background:url(../img/button-english-hover.jpg) no-repeat; }

a#button-korean:hover {
    background:url(../img/button-korean-hover.jpg) no-repeat; }    

div#united-states-hover {
    position:absolute;
    display:none;
    top:325px;
    left:346px;
    width:182px;
    height:150px;
    background:url(../img/united-states-hover.jpg) no-repeat; }
    
div#korea-hover {
    position:absolute;
    display:none;
    top:325px;
    right:125px;
    width:182px;
    height:150px;
    background:url(../img/korea-hover.jpg) no-repeat; }        


        

/* Text */    
div#instructions {
    width:182px;
    position:absolute;
    top:394px;
    left:140px;}

div#instructions p {
    color:#4a4a4a;
    font-size:1.2em;
    line-height:.9em;
    padding:0 0 4px 0;
    margin:0; }

div#splash-copyright {
    position:absolute;
    bottom:0;
    right:125px;
    width:655px;
    height:39px; }

div#splash-copyright p {
    padding:15px 0 0 0; }     

