@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding: 0;
	height: 100%;
}
body{
	background-color: #000;
	background: url(../images/riscas.png) repeat-x -280px 0 #000;
}

img{
	border: 0;
}

.clear{
	clear: both;
}

#output{
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid;
	background-color: #fff;
	height: 500px; 
	width: 400px;
	overflow: scroll;
	
	display: none;
}
#wrapper{
	min-height: 100%;
	position: relative;
}
#aimeudeus{
	float: right;
	min-width: 400px;
	height: 578px;
	background-color: #fff;
}
#logotipo{
	float: right;
	color: #fff;
	height: 580px;
	text-align: right;
	padding-right: 10px;
}

#logotipo a{
	display: block;
}

#logotipo img#buytee{
	display: block;
	margin-top: 220px;
}

#flash{
	float: right;
	height: 100%;
	background-color: #1a1a1a;
}


#sandbox{
	float: right;
	width: 400px;
	min-height: 538px;
/*	margin: 0 auto;*/
	
	color: #828282;
	font-size: 14px;
	line-height: 16px;

	font-family: Arial;
}

/*#sandbox h1{
	color: #C1272D;
	font-size: 26px;
	margin-top: 45px;
}
#sandbox h2{
	color: #736357;
	font-size: 18px;
}
#sanbox a{
	color: #00A99D;
	font-weight: bold;
}
#sandbox a:hover{
	color: #C1272D;
	text-decoration: underline;
}
#sandbox a#visited{
	color: #87D8BD;
	text-decoration: line-through;
}*/

