/**
 * Yeosu Wonbuddhism Message Box CSS
 * @subject		Common Style Sheet
 * @author		Baek Hyung Ju (hancomz@gmail.com)
 * @copyright	Copyright (c) 2013 Hyung-Ju Baek
 * @license		저작자 허락없이 배포금지-전송금지-전시금지-공연금지-방송금지-복제금지-변경금지
 */

   /**
    * CSS Reset
    */
    	html, body { height: 100%; }

		html, body, div,  applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, span, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label,
		legend, table, caption, tbody, tfoot, thead, tr, th, button {
			margin: 0px;
			padding: 0px;
			border: 0px;
			font-size: 9pt;
			font-family: Dotum,Helvetica,AppleSDGothicNeo;
/* 			font-family: dotum,Arial,tahoma,sans-serif; */
			list-style: none;
        }
     	body {
	     	margin: 0px;
	     	padding: 0px;
     	}

   /**
    * Message - DataServer
    */
    	.message-data-server {
	    	position: relative;
	    	width: 760px;
	    	height: 367px;
	    	top: 50%;
	    	left: 50%;
	    	margin: -183px 0px 0px -380px;
	    	background-color: #ccc;
    	}

    	.message-data-server {
	    	background: url(/images/bg_msg_data-server.png) no-repeat;
    	}
            .message-404 .go-main,
            .message-data-server .go-main {
                position: absolute;
                left: 290px;
                top: 215px;
                width: 256px;
                height: 45px;
                display: inline-block;
            }
