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

html, body {
	margin: 0;
    height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0084+0,ff0084+100;Pink+Flat */
	background: #ff0084; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ff0084 0%, #ff0084 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ff0084 0%,#ff0084 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ff0084 0%,#ff0084 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#ff0084',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;

}

div.logo {
	position: fixed;
    left: 50%;
    top: 40%;
    z-index: 100;

    height: 100px;
    margin-top: -300px;

    width: 600px;
    margin-left: -400px;
	 opacity: 1;
    filter: alpha(opacity=40); /* For IE8 and earlier */

	}

img.logo{
	align-content:center;

}

div.text {
	font-family: 'PT Serif', serif;
	padding-left: 180px;
	text-align: center;
	font-size: 1.4em;
	color: #fff;

}

div.textBlk {
	font-family: 'PT Serif', serif;
	padding-left: 180px;
	text-align: center;
	font-size: 1.2em;
	color: #000;

}

/* unvisited link */
a:link {
  color: #fff;
	text-decoration: none;
}


/* mouse over link */
a:hover {
  color: #000;
	text-decoration: none;
}

/* selected link */
a:active {
  color: hotpink;
	text-decoration: none;
}
