@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/hanna.css);

body {
	background: #F0F7E6;	
	font-family: 'NanumGothicExtraBoldWeb';
    text-align: center;
	font-size: 12px;
}

#wrapper {

	background: #ffffff;	
	width: 1002px;
	position: relative;
    margin: 0 auto;
	padding-top: 0px;
	font-size: 12px;
}

#header {
	width: 1002px;
	padding-top: 0px;
}

#outlogin {
	position: absolute;
	top 2px;
	right: 20px;
	width: 300px;	
}

#banner {
 text-align: center; 
 padding-top: 10px;  
 background: #fff;
}

#content {
	width: 1002px;
	margin-top: 0px;
	background: #fff;
	 
}

#board_content { 

} 

#footer {
	width: 1002px;
	height: 71px;
	 
}

a:link {
 text-decoration: none; 
 font-size: 12px;
 color: #000;
}

a:visited {
 text-decoration: none; 
 font-size: 12px;
 color: #000;
}


.div_basic {
   position: relative;
   float: left;
  width: 100%;
}