@charset "utf-8";
.base {
	color: #FFFF99;

	width: 90%%;
    max-width=1500;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 100%;
	overflow: hidden;
	background-color: #303030;
	height: auto;
	max-width: 352px;
}
.tile {
	width: 100%;
	float: left;
}

.tile_img {
	zoom: 6;
//increase if you have very small images

    display: block;
	margin: auto;
	height: auto;
	width: 100%;
}


body {
	background-color: #333;
}
