@charset "utf-8";
/* CSS Document */

body {
background:url(images/bg_SLICE.jpg) 0 0 repeat-x;
width: 13px;
}


#container {
	position:absolute;
	width:754px;
	height:800px;
	margin:0px;
	left: 50%;
	margin-left: -377px;
	top:0px;
	padding:0px;
	background:url(images/REAJA_front_page_final.jpg) 0 0 no-repeat;
 
}

#player {
	position:absolute;
	left: 83%;
	width:117px;
	height:16px;
	top: 0px;
}

#button_sp {
	position: absolute;
	left: 130px;
	width: 138px;
	background:url(images/first_menu/cri.jpg) 0 0 no-repeat;
	top: 494px;
	height: 90px;
}

#button_sp:hover {
	position: absolute;
	left: 130px;
	width: 138px;
	background:url(images/first_menu/cri_over.jpg) 0 0 no-repeat;
	top: 494px;
	height: 90px;
	cursor:pointer;
}

#button_criciuma {
	position: absolute;
	left: 330px;
	width: 155px;
	background:url(images/first_menu/Flo.jpg) 0 0 no-repeat;
	top: 494px;
	height: 90px;
}

#button_criciuma:hover {
	position: absolute;
	left: 330px;
	width: 155px;
	background:url(images/first_menu/Flo_over.jpg) 0 0 no-repeat;
	top: 494px;
	height: 90px;
	cursor:pointer;
}

#button_floripa {
	position: absolute;
	left: 530px;
	width: 135px;
	background:url(images/first_menu/SP.jpg) 0 0 no-repeat;
	top: 494px;
	height: 90px;
}

#button_floripa:hover {
	position: absolute;
	left: 530px;
	width: 135px;
	background:url(images/first_menu/SP_over.jpg) 0 0 no-repeat;
	top: 494px;
	height: 90px;
	cursor:pointer;
}

