@charset "utf-8";
/* CSS Document */
body{
	margin:0px auto;
	padding:0px;
	background-color:#dbf2ff;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
address{
	margin:0px auto;
	padding:0px;
	font-family:Calibri, Arial;
	font-size:12px;
	font-style:normal;
	text-align:center;
	color: #333;
	line-height: 18px;
	letter-spacing: 1px;
}

