/*
	 v1
*/

* {
	margin: 0;
	padding: 0;
}
html, body, #bg, #bg table, #bg td, #cont {
	height:100%;
	width:100%;
	overflow:hidden;
}
h1 {
	font-family: 'Yanone Kaffeesatz', serif;
	font-size: 100px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1em;
	color:#030;
	text-align:left;
	padding-left: 50px;
}
p {
	font: 30px/23px "trebuchet ms", Serif;
	color:#030;
	font-weight:normal;
	text-align:left;
	padding-left: 50px;
}
#bg div {
	height:200%;
	left:-50%;
	position:absolute;
	top:-50%;
	width:200%;
}
#bg td {
	text-align:center;
	vertical-align:middle;
}
#bg img {
	margin:0 auto;
	min-height:50%;
	min-width:50%;
}
#cont {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:1;
}
.box {
	margin-top:23px;
	width: 890px;
	height: 890px;
	padding: 30px;
	background-color: rgb(255,255,255);
	opacity: 0.7;
	margin-bottom:30px;
	font: 18px/22px "trebuchet ms", Serif;
	border:0px solid #999;
	-moz-border-radius-topleft: 500px;
	-moz-border-radius-topright: 500px;
	-moz-border-radius-bottomleft: 500px;
	-moz-border-radius-bottomright: 500px;
	-webkit-border-top-right-radius: 500px;
	-webkit-border-top-left-radius: 500px;
	-webkit-border-bottom-left-radius: 500px;
	-webkit-border-bottom-right-radius: 500px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 5px 4px 5px #000;
	-moz-box-shadow: 5px 4px 5px #000;
	text-align: center;
}
#content {
	position:absolute;
	top:0px;
	margin-top:44px;
	margin-left: -410px;
	left:50%;
	width: 760px;
	height: 1024px;
	padding: 30px;
	padding-top:170px;
	font: 18px/22px "trebuchet ms", Serif;
	border:0px solid #999;
	text-align: center;
	z-index:1;
}

.pics img {
	border: 1px solid #060;
	padding: 3px;
	margin-right:5px;
	margin-bottom:5px;
}
.plan img {
	border: 0px solid #060;
	margin-right:5px;
}
.small {
	font: 11px/12px "Trebuchet MS", Serif;
	color:#333;
	text-align: center;
}
