@charset "euc-kr";
/*@import url("base.css");*/
/*Basic CSS Start*/


#Main_Ray0 {
    position : absolute;
    top      : 0px;
    left     : 0px;
	z-index  : 1;
    width    : 100%;
    height   : 100%;	
}



#Main_Ray1 {
    position : absolute;
    top      : 0px;
    left     : 50%;
    margin   : 0px 0 0 -500px;
    width    : 980px;
	z-index  : 4;
}
#MainContent {
    position : absolute;
    width    : 910px;
    height   : 100%;
    z-index  : 3;
}

#bg0{
    position : absolute;
    width    : 100%;
    height   : 100%;
    background-color : #ffffff;
    z-index  : 2;
}

