@charset "utf-8";

/* common */
html, body{
	width:100%; 
	height:100%; 
	margin:0; 
	padding:0;
	color:#666;
	font-family: 돋움, Dotum, Arial, Helvetica, sans-serif; 
	font-size:12px;	
	line-height:20px;
	overflow-x:hidden;
	background-color:#e1e1e1;
}

img{border:0;}
	
#wrap1{
	display: table; 
	position: relative; 
	width:1024px;
	height: 100%; 
	margin-left:auto;  
	margin-right:auto;	
	/*verflow: hidden;*/
	background-color:#e1e1e1;
}
#wrap2{
position: relative; 
	top:50px;
	background-color:#fff;
}
#wrap3{ 
	
}
/*
#wrap1{
	display: table; 
	position: relative; 
	width:1024px;
	height: 100%; 
	margin-left:auto;  
	margin-right:auto;	
	overflow: hidden;
	background-color:#e1e1e1;
}
#wrap2{
	display: table-cell;
	position: absolute; 
	top: 50%; 
	vertical-align: middle;
}
#wrap3{ 
	position: relative; 
	top: -50%;
	background-color:#fff;
}
*/
/*
#wrap{
	width:1024px; 
	height:680px; 
	margin:auto;
	background-color:#fff;
}

#mainNav{
	width:1024px;
	height:620px;
	margin:auto;
	background-color:#fff;
}
*/
#header{
	width:1024px; 
	height:90px;
}

#footer{
	width:1024px; 
	height:60px; 
	margin-top:-4px;
	padding-left:140px;
	color:#fff;
	font-family: Helvetica, sans-serif; 
	font-size:12px; 
	line-height:60px;
	background: url("/fursyscare/img/footer.gif") 0 0 no-repeat;
}
	
