* {
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;

}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-bottom: 14px;
}

#container {
	position: relative;
	height: 1620px;
	width: 1000px;
}

#tile-bkground {
	background-image: url(../img/tiles.gif);
	background-repeat: no-repeat;
	height: 1620px;
	width: 900px;
}

#flat-image {
	position: relative;
	top: 390px;
	left: 205px;
	background-image: url(../img/mosaic.gif);
	height: 520px;
	width: 490px;
}

#bottles {
	position: absolute;
	bottom: 180px;
	left: 205px;
	background-image: url(../img/coke-bottles.gif);
	height: 520px;
	width: 490px;
}

#text {
	position: absolute;
	width: 490px;
	left: 205px;
	top: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


