html,body{
	height:100%;
	margin:0;
	padding:0;
	font-family: helvetica, helvetica neue, arial, sans serif;
}
body{
	text-align:center;
	min-width:626px;
	min-height:400px;
}
#v{
	float:left;
	height:50%;
	margin-top:-140px;
	width:100%;
}
#h {
	width:624px;
	margin-left:auto;
	margin-right:auto;
	height:200px;
	text-align:center;
	clear:both;
}
h1 {
	font-size: 200px;
	margin:0;
	padding:0;
	font-weight: bold;
	}
a {
	text-decoration: none;
	color: black;
	}
a:hover {
	color: red;
	}
#happy-days {
	font-size: 50px;
	width: 600px;
	margin: 0 auto;
	font-weight: bold;
	}
.give {
	font-size: 26px;
	padding-bottom: 80px;
	background: url(/imgs/blogo.png) bottom center no-repeat;
	}
.give a {
	color: white;
	}
.give a:hover {
	color: yellow;
	}