body {
background-image: url(grandpa.jpg);
}


/*.button {
	-moz-box-shadow:inset 0px 1px 25px 1px #074e7a;
	-webkit-box-shadow:inset 0px 1px 25px 1px #074e7a;
	box-shadow:inset 0px 1px 25px 1px #074e7a;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #0080ff) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #0080ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#0080ff');
	background-color:#63b8ee;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0px;
	border:3px solid #3866a3;
	display:inline-block;
	color:#0000c0;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:60px;
	line-height:60px;
	width:110px;
	text-decoration: none;
	text-align:center;
	text-shadow:-3px -4px 5px #8fc7ff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0080ff), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #0080ff 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080ff', endColorstr='#63b8ee');
	background-color:#0080ff;
}.button:active {
	position:relative;
	top:1px;
}
*/
#name {
	font-family: Verdana;
	color: white;
	font-size: 36px;
	letter-spacing: 4px;
	word-spacing: 4px;
	line-height: 4px;
	text-align: center;
	font-weight: bold;
}

#click {
	font-family: Verdana;
	color: white;
	font-size: 18px;
	letter-spacing: 4px;
	word-spacing: 4px;
	line-height: 4px;
	text-align: center;
	font-weight: bold;
}

#photo {
	height: 100px;
	width: 200px;
}

#lists {
	margin: auto;
	width: 600px;
	height: 512px;
	margin-top: 100px;
	background-color: #C9243F;
	font-family: Verdana;
	color: white;
	font-size: 20px;
	text-align: 10px;
	border-radius: 7px;
	box-shadow: -12px -12px 12px #EDCC8D;
}	

#green {
	color: #269903;
}

#story {
	font-size: 18px;
}


