html{
	width:100%;
	height:100%;
	background-color:#f2f2f2;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-box-shadow:inset 0px 0px 218px 0px #c8c8c8;
    -moz-box-shadow:inset 0px 0px 218px 0px #c8c8c8;
    box-shadow:inset 0px 0px 218px 0px #c8c8c8;
}
body{
	width:100%;
	height:100%;
	background-image:url(/img/ibis1.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
body > table{
	width:100%;
	height:100%;
}
body > div{
	position:absolute;
	left:0px;
	right:0px;
	top:50%;
	margin-top:-90px;
}
body > div > h1{
	text-align:center;
	font-family:'Myriad Pro', 'Myriad', helvetica, arial, sans-serif;
	text-shadow:2px 3px 3px #292929;
	letter-spacing: -2px;
	-webkit-text-stroke:1px #ffffff;
	font-size:64px;
	color:#f3f3f3;
	line-height:2;
	text-shadow: 0 1px 0 #ccc,
	0 2px 0 #c9c9c9,
	0 3px 0 #bbb,
	0 4px 0 #b9b9b9,
	0 5px 0 #aaa,
	0 6px 1px rgba(0,0,0,.1),
	0 0 5px rgba(0,0,0,.1),
	0 1px 3px rgba(0,0,0,.3),
	0 3px 5px rgba(0,0,0,.2),
	0 5px 10px rgba(0,0,0,.25),
	0 10px 10px rgba(0,0,0,.2),
	0 20px 20px rgba(0,0,0,.15);
}
body > div > h2{
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#CCCCCC;
}