@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/bg_home.jpg);
	background-attachment: scroll;
	background-color: #e1fefe;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
}

