@CHARSET "UTF-8";

body {
	font-family: 'Lobster', cursive;
	/* font-size: 150%; */
	background: url('full-background.jpg') no-repeat fixed center center/cover rgba(0, 0, 0, 0);
	padding: 6em 0 0;
}

div.center {
	text-align: center;
}

div.transparency {
	background-color: rgba(0, 0, 0, 0.80);
}

div.white-transparency {
	background-color: rgba(255, 255, 255, 0.50);
}

div.round-corners {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}