@charset "utf-8";
/* CSS Document */

/* PAGE BODY STYLE*/
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center center;
	text-align: center;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size:12px;
}
