/* general layout settings
------------------------------------------------------------ */
html
{
	height: 100%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
	background: #20A3CB;
}

body, #wrapper
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
}

img, a img
{
	border: none;
}

#wrapper
{
	overflow: hidden;
}

#top, #bottom
{
	float: left;
	clear: both;
	width: 100%;
	height: 50%;
	background: #20A3CB;
}

#bottom
{
	margin-top: 169px;
	background: #FFFFFF;
}

#content
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 382px;
	height: 584px;
	margin-left: -191px;
	margin-top: -292px;
	font-size: 0;
}

/* clickable image
------------------------------------------------------------ */
#imgTop, #imgBottom
{
	float: left;
	clear: both;
}

#imgTop, #imgTop img
{
	width: 382px;
	height: 424px;
}

#imgBottom, #imgBottom img
{
	width: 382px;
	height: 99px;
}

#imgTop
{
	padding-bottom: 37px;
}

#imgBottom
{
	padding-top: 23px;
}