*
{
	margin: 0;
	padding: 0;
	border: none;
}
INPUT, TEXTAREA
{
	background: transparent;
	border: none;
}
.panel
{
	float: left;
	overflow: hidden;
}
BODY
{
	background-repeat: no-repeat;
	background: #FAFEEA;
}
#wrapper
{
	width: 800px;
	margin: 15px auto 0;
}
#header
{
	width: 800px;
	height: 284px;
}
#back-home-wrap
{
	width: 290px;
	margin: 0px 0px 244px;
	background-repeat: no-repeat;
}
#back-home
{
	width: 290px;
	height: 40px;
	background: url("../image/back-home.png");
	background-repeat: no-repeat;
}
#left-col
{
	width: 554px;
}
#content
{
	width: 520px;
	margin: 5px 0 5px 20px;
	background-repeat: no-repeat;
}
#right-col
{
	width: 245px;
}
#bottom
{
	width: 800px;
	height: 20px;
}