h1{
	text-align: center;
	font-size: 24;
}

body{font-family: verdana;}

/*.magic {cursor: pointer}*/

/*#main{height: 245px;}*/

/*.main_img{
	margin-left: 10px;
	width: 320px;
}*/

/*#inventory{font-size: 14;}*/

div {
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

#master_biggie{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1100px;
	height: 550px;
}

#center{
	float: left;
	width: 820px;
}

#leftie{
	height: 565px;
	width: 140px;
	float: left;
}

#rightie{
	height: 565px;
	width: 140px;
	float: left;
}

.infobox{
	float: left;
	height: 20px;
	width: 820px;
}

.sound_toggler{
	float: left;
	width: 40px;
	height: 20px;
	margin-top: 20px;
	/*cursor: pointer;*/
	display: none;
}

.textbox{
	float: left;
	width: 820px;
	position: relative;
	text-align: center;
}

.start_button_div{
	width: 820px;
	margin: auto;
}

.igen{
	width: 200px;
	margin: auto;
}

/*#start_button{
	cursor: pointer;
}*/

.all_advancers{
	float: right;
	width: 1px;
	height: 20px;
	/*cursor: pointer;*/
}

.textbox_text{
	float: left;
	width: 820px;
}

.infobox_text{
	text-align: center;
	float: left;
	font-weight: bold;
	width: 820px;
}

.magic_text {text-align: center;}

area {
	cursor: default;
}

/*.item {
	cursor: pointer;
}*/