@charset "UTF-8";

.noFlash {
	height: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	text-align: center;
	width: 100%;
}
h1 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 200px;
}
.logo {
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
a {
	color: #0066ff;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #0066ff;
	text-decoration: none;
}
