body {
	margin: 0; 
	background: #e6e6e6;
	font: 12px/16px Helvetica, Arial, Geneva, sans-serif;
	color: #303030;
	padding: 0;
}

h1 {
	font: 18px/18px Helvetica, Arial, Geneva, sans-serif;
	word-spacing: -.1em;
}

bold {
	font-weight: bold;
}

.Rollover .Out
{
	display:inline;
	visibility:visible;
}
.Rollover .Over
{
	display:none;
	visibility:hidden;
}
.Rollover:hover .Out
{
	display:none;
	visibility:hidden;
}
.Rollover:hover .Over
{
	display:inline;
	visibility:visible;
}


#center{
	width:868px;
	height:590px;
	position:absolute;
	left:50%;
	top:49%;
	margin: -295px 0 0 -434px;
}

#topleft {
	width:370px;
	height:231px;
	position:absolute;
	background-color: black;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	padding: 30px;
}

#topright {
	width:370px;
	height:231px;
	position:absolute;
	background-color: white;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	margin-left: 438px;
	padding: 30px;
}

#bottomleft {
	width:370px;
	height:231px;
	position:absolute;
	background-color: black;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	margin-top: 300px;
	padding: 30px;
	background-image: url(images/tokyo.png);
}

#bottomright {
	width:370px;
	height:231px;
	position:absolute;
	background-color: white;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
		margin-top: 300px;
			margin-left: 438px;
	padding: 30px;
}

#pologo {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 26px;
}

#icon {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 30px;
	margin-top: 30px;
}

#catchcopy {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 31px;
	margin-top: 92px;
}

#quote {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 31px;
	margin-top: 92px;
	color: #909090;
	width: 220px;
}




/*
#quote {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 31px;
	margin-bottom: 30px;
	color: #939393;
	width: 220px;
}
*/
