/* ########## TYPO HTML-Standard ########## */

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

html, body
{
	height:100%;
}

body
{
	background-color: #ffffff;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1
{
	font-size: large;
	margin-bottom: 0.2em;
}

p
{
	margin-bottom: 0.5em;
}

a
{
	color: #666;
	text-decoration: none;
}


/* ie png fix */
img {
	behavior: url(_iepngfix.htc);
}

#distance
{ 
	width: 1px;
	height: 50%;
	background-color: transparent;
	margin-bottom: -180px; /* half of #container's height */
	float:left;
}

#container
{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	width: 240px;
	height: 360px;
	clear: left;
	overflow:hidden;
}

#bg
{
	position:absolute;
	top:0px;
	left:0px;
	width: 240px;
	height: 360px;
	margin:0px;
	padding:0px;
}

#content
{
	position:absolute;
	width: 480px;
	margin:0px;
}


.tile
{
	width:240px;
	height:360px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	display: inline;
	float: left;
	background-repeat: no-repeat;
}

.pointer
{
	cursor: pointer;
}

.bottomtext
{
	position:absolute;
	bottom:0px;
	left:240px;
	width: 240px;
	margin:0px;
	padding:10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.05em;
}

