div#trainee_name{
	background-color: #C0C0C0;
	margin			: 2px auto;
	width			: 400px;
	height			: 10px
	font-weight		: bold;
	float			: center;
	position		: relative; 
}

div#personal{
	float            : center;
	color	         : fuchsia;
	font-size	     : 28px;
}

div#icon{
   background-image: url(img/nishida_y/Penguins.jpg);
   background-size: cover;
}