@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	color: inherit;
	text-align: inherit;
}

body {
	background-color: #FFFAF0;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family:  "Lucida Grande", sans-serif;
	line-height: 100%;
	font-size: 12px;
	color: #6c6969;
}

#wrap {
	width: 100%;
	height: 100%;
}

a, a:focus, a:visited {
	text-decoration: none;
}
