@charset "utf-8";
/* --------------------------------------------------
 BASE DISABILITY PAGES CSS
 -------------------------------------------------- */
 
/*=======================================
	COMMON
=======================================*/
body{
	background: #fffbe7;
}

/* HEADER
=======================================*/
#header{
	height: 75px;
	margin-bottom: 55px;
	border-bottom: #e0dfd7 solid 1px;
}
#header h3{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

/* CONTENTS
=======================================*/
#contents{
	background: none;
	text-align: center;
}
#contents p{
	margin-bottom: 65px;
}

/* FOOTER
=======================================*/
#footer #copyright{
	background: none;
}