﻿
html, body 
{
    background-color: #000000;
	height: 100%;	/* body와 html의 높이를 100% 로 지정 */
	width:100%;
	margin: 0;
	padding: 0;
    overflow:hidden;
}

img
{
    border: 0px;
}

    
* html #container
{
    height: 100%;
}


#container 
{
    width: 100%; /* 가로 너비 */
    min-height: 100%;
    margin: -30px 0 -68px 0;
    text-align: center; /* flashWrap안에 내용모두 가운데 정렬(글씨 포함) */
}


#content-area
{
    margin: 0 auto;
    width: 964px;
}


#conntent-middle
{
    position:absolute;
    top:50%;
    left:50%;
    height:730px;
    margin: -365px 0 0 -487px;
} 