@charset "utf-8";
/* CSS Document */
body{
	background:#b4d579;
}
h1{
	color:#689120;
}
#header{
	width:700px;
	height:30px;
	padding:auto;
	margin:auto;
}
#img-header{
	background:url(img/header.gif);
	width:700px;
	height:25px;
	padding:auto;
	margin:auto;
}
#content{
	background:#FFF;
	width:640px;
	height:400px;
	padding:30px 30px 30px 30px;
	margin:auto;
	text-align:center;
}
#img-footer{
	background:url(img/footer.gif);
	width:700px;
	height:25px;
	padding:auto;
	margin:auto;
}