﻿*{margin:0;padding:0}

html {
	height: 100%;
	color:#000;
	background:#fff
}

body {
	cursor: pointer;
	font: 100%/1.5em "等线";
	height: 100%;
	overflow: hidden;
}

h1{font-size:100%;font-weight:normal;}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	background: #000;
	color: #fff;
}

#slides {
	height: 100%;
	position: relative;
}
#slides > li {
	float: left;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

#name h1 {
	color: #000;
	font-size: 10em;
	letter-spacing: -0.05em;
	line-height: 1em;
	margin-top: -0.75em;
	padding: 0 0.2em;
	position: absolute;
	top: 60%;
}
#name span {
	display: block;
}
#name .given-name {
	position: relative;
	z-index: 2;
}
#name .additional-name {
	padding-left: 0.5em;
	color: #666;
	position: relative;
	top: -0.5em;
}
#name .family-name {
	font-size:0.6em;
	background: url(slashes.png);
	padding-top: 1em;
	position: relative;
	top: -2em;
	z-index: 1;
}

#online {
	background: #fff;
	color: #000;
	top: 10% !important;
}
#online h2 {
	font-size: 10em;
	line-height: 1em;
	padding-left: 0.2em;
}
#online p {
	font-size: 4em;
	line-height: 1.5em;
	padding-left: 0.4em;
}
#online p a {
	padding: 0.25em;
}
#online ul {
	clear: left;
	padding-left: 2em;
}
#online li {
	display: inline;
	font-size: 2em;
	line-height: 2em;
}
#online li a {
	padding: 0.5em;
}
#online li a:hover {
	background: #000;
	color: #fff;
}

#credits {
	background: #fff;
}
#credits img {
	left: 50%;
	margin: -256px 0 0 -256px;
	position: absolute;
	top: 50%;
}

#name{
	font: 70%/1.5em "等线";
}

#online,
#offline,
#credits {
	display: none;
}