@charset "utf-8";

#wrap {
	min-width:320px;
	position:relative; 
	margin:0 auto;
	overflow:hidden;
}
#header {
	width:100%;
	margin:0 auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
    z-index: 99;
}
#container {
	width:100%;
	position:relative; 
	margin:0 auto;
}

#footer{
	width:100%;
	clear:both;
	position:relative; 
	margin:0 auto;
}
