/* CSS Document */

html {
	height:100%;
	min-height:100%;
	overflow:hidden;
	width:100%;
}
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	color:#837F7E;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:1em;
	line-height:1em;
	overflow:hidden;
}

/* DIV */
/*background*/
#background{
	height:100%;
	width:100%;
	overflow:hidden;
	background:transparent;
	position:relative;
	z-index:0;
}
#background img{
	visibility:visible;
}
/*wrapper */
#wrapper{
	height:100%;
	width:100%;
	*overflow-x:hidden;
	*overflow-y:scroll;
	overflow:auto;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	text-align:center;
}
/* content wrapper */
div#logo {
	text-align:left;
	width:250px;
	height:75px;
	position:absolute;
	top:90px;
	left:65px;
	overflow:visible;
}
div#info {
	text-align:left;
	width:525px;
	position:absolute;
	left:90px;
	top:235px;
	overflow:visible;
}

/* TYPOGRAPHY */
h1 {
	font-size:1.5em;
	line-height:1.25em;
	letter-spacing:.03em;
	font-family:Georgia, serif;
	font-weight:normal;
	font-style:italic;
	margin:15px 0 15px 0;
	text-indent:-.45em;
}
p {
	font-size:.75em;
	font-weight:normal;
}
p.sub {
	color:#A29F9E;
}