/* TEXT */
.text {
	line-height: 1.5em;
}
.text a {
	-webkit-transition: .25s;
	color: #3366cc;
	text-decoration: underline;
}
.text a:hover {
	color: #0033ae;
}
.text a:active {
	-webkit-transition: 0s;
	position: relative;
	top: 1px;
}
/* FOOTER */
.footer {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-style: italic;
	font-size: x-small;
}
.footer a {
	-webkit-transition: 0s;
}
/* VIDEO */
#video {
	float: right;
	width: 640px;
	margin-left: 20px;
}
/* BUTTON */
#get a {
	text-align: center;
	font-size: 30px;
	display: block;
	margin: 10px 660px 10px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0000ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#66ccff), to(#0000ff));
	opacity: .75;
	color: #FFFFFF;
	font-family: "Lucida Grande", sans-serif;
	-webkit-transition: .25s;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 3px 5px #333333;
}
#get a:hover {
	opacity: 1;
}
#get a:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#0080ff), to(#000080));
}
.give a {
	text-align: center;
	font-size: 30px;
	display: block;
	margin: 10px 660px 10px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #008000;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ff00), to(#008000));
	opacity: .75;
	color: #FFFFFF;
	font-family: "Lucida Grande", sans-serif;
	-webkit-transition: .25s;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 3px 5px #333333;
}
.give a:hover {
	opacity: 1;
}
.give a:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#0b0), to(#003c00));
}

