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

body, form, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, tr, th, td, p {
	margin			:	0;
	padding			:	0;
}

img {
	border			:	0;
}

body {
	text-align		:	center;
	color			:	#FFF;
	font-size		:	14px;
	background-color:	#e2e2e2;
}

hr {
	display			:	none;
	height			:	0;
}

/***/
.clear {
	clear			:	both;
	height			:	0;
}


/*********************************************/
#container {
	width			:	100%;
	height			:	800px;
	text-align		:	left;
	background		:	url(../images/bg.jpg) repeat-x left top;
	color			:	#333;
}

#contents {
	width			:	840px;
	margin			:	0 auto;
}

#contents .logo {
	float			:	left;
	margin			:	50px 0 10px 0;
	padding			:	0 0 0 10px;
}

#contents .close {
	float			:	right;
	margin			:	50px 0 10px 0;
	padding			:	0 10px 0 0;
}

#contents .copyright {
	text-align		:	center;
	margin-top		:	5px;
}