body{
	background-color: #FFF;
	margin: 0;
    padding: 0;
    font-size: 20px;
    font-family:Georgia;
    font-style:italic;
    font-weight: 26px;
}

#img{
	margin: auto;
	width: 960px;
	position: relative;
}

#img a{
	text-decoration: none;
}

#text{
	position: absolute;
	width: 650px;
	height: 600px;
	margin: auto;
	top: 290px;
	left: 120px;
	padding: 0 20px 0 30px;
	text-align: justify;
}

h1{
	text-align: center;
	font-size: 25px;
}

.name{
	text-transform: capitalize;
}

#print, .btn{
	width:120px; 
	padding:5px; 
	background-color: #900; 
	color: #fff; cursor: pointer; 
	font-weight: bold;
}
#print{
	position: absolute; 
	top: 20px; 
	right: 20px; 
}

.save{
	position: absolute; 
	top: 100px; 
	right: 20px; 
}

.pdf{
	position: absolute; 
	top: 60px; 
	right: 20px; 
}

#print:hover, .btn:hover{
	background-color: #009; 
}

 @media print{
	#print, .btn{ display: none;}
 }