body {
    background-image:url("asphalt.jpg");
    background-repeat: repeat;
     width: 600px;
	 margin: 0 auto;
}
#body-image {
	border-radius: 15px;
    repeat: no-repeat;
    position: center; 	
	 margin: 0 auto;
}
