body{
	background:url(img/body.jpg)	no-repeat top center black;
	background-attachment: fixed;
	padding:0;
	margin:0;
	font-family:Times;
}

img {
    display: block;
	position: absolute;
	width: 50%;
	left: 0;
	top: 10%;
	border-bottom-left-radius: 50px;
}


/* FOOTER */
#footer{
	margin:10px;
	padding:10px;
	text-align:center;
	color:#951;
	font-size:12px;
	position:fixed;
	left: 100px;
	bottom: 0px;
}
