@charset "utf-8";
/* CSS Document */

html {
	margin:0px auto;
	padding:0px;
	width:100%;
	height:100%;
}
body {
	position:relative;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}
#logo {
	margin:10% auto 0 auto;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin:-45px 0px 0px -286px;
	z-index:99;
}
#wobble {
	position:absolute;
	left:-2000px;
}
#bg {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:90;

}
#apps {
	display:none;
}
#world {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:100;
	
}
h2 a {
	color: #333333;
	background-color: #FFFECF;
	text-decoration: none;
	font-style: italic;
}
h2 a:hover {
	color: #FFFECF;
	background-color: #333333;
}

#tweet {
	margin: 0 15%;
	position: absolute;
	color: #23A1A1;
	font-size: 26px;
	text-align: center;
	width: 70%;
	z-index:110;
}
#tweet a {
	color: #018282;
	font-style: italic;
	text-decoration: none;
}
#tweet a:hover {
	background-color: #DEF2FF;
}
#tweet p.author {
	padding-top: 10px;
	font-size: 11px;
}

h1 {
	-moz-user-select: none;
	cursor: default;
	width: 100%;
	text-align: center;
	color: #efefef;
	font-size: 250px;
	position: absolute;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	outline-style:none;
	outline-width:0pt;
}
legend {
	color:#000;
}
a:focus, object, h1, h2, h3, h4, h5, h6 {
	-moz-outline-style: none;
	border:0px;
}
strong {
	font-weight: bold;
}
@font-face {
	font-family: Delicious;
	font-weight: bold;

}
body {
	overflow: hidden;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
}
a, a:hover {
	transition: all .08s linear;
	-o-transition: all .08s linear;
	-moz-transition: all .08s linear;
	-webkit-transition: all .08s linear;
	padding: 1px;
}
p.noCanvas {
	color: #999999;
	font-size: 24px;
	text-align: center;
	margin-top: 150px;
}