/* CSS Document */

*{margin:0px; padding:0px}

body{
	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #666;
	scrollbar-shadow-color: #ccc;
	scrollbar-arrow-color:#003366;
	scrollbar-track-color: #f4f4f4;
	background-color:#111111;
	text-align:center;
}

master{
	position:relative;
	width:950px;
	height:540px;
	top:0px;
	left:0px;
}

#oculto{
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:10px;
	display:none;
}

.fundo {
	background-image: url(../img/bg_index_oyama.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;
}

.mestra {
	display: block;
	width: 760px;
	height: 715px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
