DIV#logo
{
	position: absolute;
	top: 350px;
	left: 380px;
	width: 300px;
	height: 350px;
	visibility: visible;
	z-index: 1;
}
DIV#under
{
	top: 50px;
	left: 150px;
	width: 300px;
	height: 300px;
	visibility: visible;
	z-index: 2;
	position: absolute;
}
DIV.transbox
{
	width: 550px;
	height: 120px;
	margin: 650px 250px 80px 235px;
	background-color: #CAB9C8;
/*para IE*/
	filter: alpha(opacity=60);
/*CSS3 standard*/
	opacity: 0.6;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: absolute;
}
DIV.transbox P
{
	margin: -10px 40px;
	font-weight: 100;
	color: #000001;
	text-align: -moz-center;
}
DIV#baner
{
	margin: 120px 0 0 460px;
	position: absolute;
}
DIV.transbox H1
{
	margin: auto 0 0;
	text-align: center;
	font-size: xx-large;
}
