* {
	margin: 0 0;
	padding: 0 0;
	font-size: 1em;
}

body {
	background-color: #FFF;
	color: #000;
	font: normal 100% RealtimeText-Regular, Arial, sans-serif;
	background:url('prdx-2014-v-225.png') no-repeat top left / 90px 225px;
}

h1, h2, h3 {
	font-family: RealtimeText-Black;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.03em;
}

li {
	padding-bottom: 1em;
}

li li {
	margin-left: 2em;
}

h1 {
	font-size: 2em;
	padding-bottom: 1em;
}

h2 {
	font-size: 1.5em;
	padding-top:1em;
	padding-bottom: 1em;
}

h3 {
	font-size: 1.1em;
	padding-bottom: .5em;
}

p {
	font-size: 1em;
	letter-spacing: 0.02em;
	padding-bottom: 1em;
}

p.footer {
	padding-top: 2em;
}

p a {
	color: #000;
	text-decoration: none;
}

div.footer p {
	color: #ddd;
	font-size: .8em;
}

p a:hover {
	color: #F06;
	text-decoration: underline;
}

p a.link1:hover {
	color: #FB0;
}

p a.link2:hover {
	color: #F93;
}

p a.link3:hover {
	color: #F36;
}

a, b {
	font-family: RealtimeText-Black;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

div.footer a {
	color: #ddd;
}

div.footer a:hover {
	color: #000;
	text-decoration: underline;
}

div.frameT {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	background:url('bg-anim.gif') no-repeat top center / 600px 600px;
}

div.frameTC {
	display: table-cell;
	vertical-align: middle;
}

div.content {
	margin-left: auto;
	margin-right: auto;
	width: 10em;
}

div.footer {
	right: 1em;
	bottom: 0;
	position: absolute;
}

div.text {
	margin: 10em 10%;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	
	body {
		background:url('prdx-2014-v-225@2x.png') no-repeat top left / 90px 225px;
	}
}

@media screen and ( max-width: 40em ) {
	div.text {
		margin: 5em 5%;
	}

    div.text {
        font-size: .8em;
    }

    body.text {
    	background-image: none;
    }
}