@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	background:url(bg-1337.jpg) no-repeat top center;}

.message {
	width:50%;
	text-align:center;
	margin:0 auto;}	

.message p {
	font-family: 'Oswald', sans-serif;
	color:#ffffff;
	font-size:42px;} 	

.message a {
	color:#e3e3e3; 
}	

.message a:hover {
   color:#adadad;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: color 2s ease-out}