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

/*html, body*/

html, body {
	height: 100%;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFF;
}

/*id*/

#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	background-color: #e2e2c8;
}

#header {
	width: 100%;
	height: 130px;
	margin: 0 auto;
}

#navigation {
	width: 900px;
	height: 130px;
	margin: 0 auto;
}

#body {
	width: 560px;
	height: 260px;
	margin: 0 auto;
	margin-top: 90px;
}

#text {
	width: 560px;
	height: 260px;
	margin: 0 auto;
	background-image: url(../images/png/bodytextbox2.png);
}

#text2 {
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	color: #333;
}
	
#footer {
	width: 100%;
	height: 100px;
	text-align: center;
	margin-top: 100px;
	color: #666;
	font-size: 10px;
}


/*other*/

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

