@import url("/splash/reset.css");

html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Geneva, Verdana, "Verdana Ref", sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #666;
	background: #CCD2D2 url("/splash/splash.png") center center no-repeat;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 50px;
	margin: 170px 0 0 -250px;
	text-align: center;
}

h1 {
	display: none;
}

p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.3em;
}

em {
	font-style: italic;	
}

span.sep {
	padding: 0 1em;
	color: #999;	
}

div#twitterWrapper {
	display: inline-block;
	overflow: hidden;
	width: 62px;
	vertical-align: middle;
}

div#plusWrapper {
	display: inline-block;
	overflow: hidden;
	width: 66px;
	height: 19px;
	vertical-align:middle;	
}
