/* CSS Document */
body
{
	background-attachment:fixed;
	background-image:url("BG.png");
}

#Sala
{
	width:350px;
	height:272px;
}

#DLS
{	
	text-align:left;
	padding-top:50px;
}

dl dt
{
	width:360px;
	height:35px;
	cursor:pointer;
	font-size:12px;
	text-align:center;
}

#PedroBG
{
	color:#FFF;
	width:350px;
	height:272px;
	background-image:url('Pedro.jpg');
}

#MASSAKIBG
{
	width:350px;
	height:272px;
	background-image:url('Massaki.png');
}

#SALABG
{
	width:350px;
	height:272px;
	background-image:url('bg_sala.jpg');
}

#ANABG
{
	width:350px;
	height:272px;
	background-image:url('Ana.png');
}

dd {
	margin-left: 5px;
	padding: 0;
}

.red
{
	background-image:url('DTitulo.png');
}

a
{
	text-decoration:none;
}

.Voltar
{
	text-decoration:none;
}

#Btoltar
{
	margin-left:-10px;
	float:left;
	width:450px;
	height:100px;
	background-repeat:no-repeat;
	background-image:url('BGVOLTAR.png');
	position:absolute;
}

dl dd
{
	text-align:left;
}