/* COMMON */
*{
	margin: 0;
	padding: 0;
}

html,body{
	height: 100%;
}

body{
	font: normal normal 9pt Gulim,Arial,sans-serif;
	color: #777;
	line-height: 16px;
	background: #e8e6e7 url(/images/main_bg.gif) top left repeat-x;
}

h1,h2,h3,p,span,input,img,a,label,hr{
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
}


/* LAYOUT */
#wrap{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#container{
	width: 100%;
}

#gathering{
	position: absolute;
	top: 0;
	/*right: 0;*/
	z-index: 999;
	width: 1024px;
}

#gathering form{
	margin: 17px 0 0 811px;
}

#gathering label{
	font: normal 8pt arial;
}

#main{
	width: 1024px;
	height: 558px;
	margin: 0 auto;
}

#information{
	width: 1024px;
	height: 200px;
	margin: 0 auto;
	background: url(/images/information_bg.gif) no-repeat;
}
