body
{
	margin: 0px;
	padding: 0px;
}

div.header
{
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 320px;
	height: 60px;
}

div.header > ul
{
	position: absolute;
	left: 13px;
	top: 1px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

div.header > ul > li
{
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-top: 10px;
	width: 97px;
	height: 48px;
	background-image: url('../images/option_button.png');
	font-family: helvetica, arial;
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-align: center;
}

div.background
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 356px;
	background-color: silver;
}

div.button
{
	position: absolute;
	left: 50%;
	top: 40%;
	width: 214px;
	height: 214px;
	margin-left: -107px;
	margin-top: -107px;
}

div.ajax_loader
{
	position: absolute;
	left: 50%;
	top: 40%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
}

div.result
{
	position: absolute;
	left: 50%;
	top: 40%;
	width: 248px;
	height: 248px;
	margin-left: -124px;
	margin-top: -124px;
}

div.dice_result
{
	position: absolute;
	left: 50%;
	top: 40%;
	width: 230px;
	height: 230px;
	margin-left: -115px;
	margin-top: -115px;
}

img
{
	border: 0px;
}