/* @override http://traveller.dev/_css/layout.css */

body {
	text-align: center;
}


#container{
	text-align: left;
	width: 320px;
	margin: auto;
	background: white;
}

.bingo_button{
	display:block;
	float:left;
	width:54px;
	padding: 15px 5px 0px 5px;
	height: 56px;
	text-align:center;
	overflow:hidden;
}

.selected1{
	background: url(../image/blot.png) top left;
}

.selected2{
	background: url(../image/blot.png) top right;
}

.selected3{
	background: url(../image/blot.png) bottom left;
}

.selected4{
	background: url(../image/blot.png) bottom right;
}

.selected5{
	background: url(../image/blot.png) top left;
}

.selected6{
	background: url(../image/blot.png) top right;
}

.selected7{
	background: url(../image/blot.png) bottom left;
}

.selected8{
	background: url(../image/blot.png) bottom right;
}
.selected9{
	background: url(../image/blot.png) top left;
}

.selected10{
	background: url(../image/blot.png) top right;
}



