html,body
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: "da", Helvetica, sans-serif;
	font-size: 18pt;
	color:white;
}
a:link,
a:hover,
a:visited,
a:active
{
	color:#fff;
	text-decoration: none;
}
.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
	text-align: center;
}
.presskitlink{

	position:absolute;
	bottom:30px;
	left: 0px;
	right:0;
	text-align: center;
}
.presskitlink img{

	vertical-align: middle;
	padding-right: 10px;
}

html {
  background: url("resources/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.text
{
text-align: center;
margin-top: 10px;
}
