body, html{
	min-height:100%;
}
body{
	font-family: 'Questrial', sans-serif;
	color:#F5F5F5;
	text-align:center;
	background-color:#98B4B2;
	background-color:#518885;
	-webkit-text-shadow: 1px 1px 2px #000000;
	-moz-text-shadow: 1px 1px 2px #000000;
	-o-text-shadow: 1px 1px 2px #000000;
	text-shadow: 1px 1px 2px #000000;
	font-size:14px;
}
a{
	color:#F5F5F5;
	text-decoration:none;
}
h1{
	font-family: 'Six Caps', sans-serif;
	font-size:70px;
	font-weight:normal;
	background:url(/soon/images/gradiente.png);
	width:300px;
	height:300px;
	line-height:300px;
	margin:0 auto;
}
footer{
	height:30px;
	line-height:30px;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color:#2b2b2b;
	-webkit-box-shadow: 0px 1px 8px 2px #000;
	-moz-box-shadow: 0px 1px 8px 2px #000;
	box-shadow: 0px 1px 8px 2px #000;
	z-index:10;
}

#button-wrap{
	position:relative;
	width:960px;
	overflow:visible;
	background:transparent;
	margin:0 auto;
	top:-300px;/*altura del h1*/
}
#button-inner-wrap{
	padding:40px;
	background:transparent;
	position:absolute;
	top:235px;
	left: 372px;
}

button {
	-moz-box-shadow: 0px 0px 8px -2px #000000;
	-webkit-box-shadow: 0px 0px 8px -2px #000000;
	box-shadow: 0px 0px 8px -2px #000000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}button:active {
	position:relative;
	top:1px;
}

/* troll */
#troll{
	display:none;
	text-align:left;
	width: 205px;
	height: 211px;
	background:url(/soon/images/problem.png) bottom right no-repeat;
	position:fixed;
	left:10px;
	bottom:-56px;
	z-index:5;
}
#ay{
	display:none;
	text-align:left;
	width: 205px;
	height: 211px;
	background:url(/soon/images/awyeah.png) bottom right no-repeat;
	position:fixed;
	right:10px;
	bottom:-56px;
	z-index:5;
}