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

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}
p {
	font-family: 'Exo', sans-serif;
	font-size: 2rem;
	line-height: 150%;
	text-align:right;
	color: #777;
	text-decoration: none;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
}
a {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	top:0;
	left:0;
	z-index:70;
	overflow:hidden;
	position: absolute;
}

.box {
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 600px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #CCC;
	padding-left: 100px;
}

#holdmebox {
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*background-color:rgba(0,0,0,0.1);*/
	padding:20px;
	border-radius: 12px;
    /*box-shadow:3px 3px 3px rgba(0,0,0,0.1);*/
	max-width:100%;
}

#holdmectr {
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color:rgba(255,255,255,0.8);
	padding:20px;
	border-radius: 12px;
	/*box-shadow:3px 3px 3px rgba(0,0,0,0.5);--*/
	max-width:100%;
}


a:focus {
-moz-outline-style: none;
}
a {
   outline: 0;
}

object { outline:none}