@charset "utf-8";

/* CSS Document */
/*INT Inc */
body {
	background-attachment: fixed;
	background-image: url(../images/bkgd-kids.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0071BC;
	line-height: 18px;
}
#logo {
	width: 250px;
	position: relative;
	background-image: url(../images/logo-label.png);
	background-repeat: no-repeat;
	height: 110px;
	float:left;
	overflow:hidden;
	background-position: 15px 35px;
}
#masthead {
	background-image: url(../images/banner-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
/*#logo {
	width: 250px;
	position: relative;
	background-image: url(../images/logo-kids.png);
	background-repeat: no-repeat;
	height: 110px;
	float:left;
	overflow:hidden;
	background-position: 5px 20px;
}*/
