@charset "utf-8";
/* Site */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #444;
	background-attachment: fixed;
	background-image: url(../images/structure/wangie.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}