@charset "UTF-8";
/* CSS Document */

*{
	font-size:100%;
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	margin:0px;
	background-image:url(../images/stripey.gif);
}

#mothersArms{
	margin:10px auto;
	width:910px;
	height:auto;
}

img{
	border:none;
}