body
{
	overflow: hidden;
	margin: 0;
	font-size: 1em;
	font-family: 'Molengo', 'Trebuchet MS', arial, serif;
}
#supersize img, #supersize a
{
	height: 100%;
	width: 100%;
	display: none;
}
#supersize .activeslide, #supersize .activeslide img
{
	display: inline;
}
#content
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 500px;
}
h1
{
	width: 350px;
	height: 79px;
	background: url('../images/gravity-boulevard.png');
	margin-left: 120px;
}
h1 span
{
	display: none;
}
#content div
{
	background: #fff;
	width: 450px;
	padding: 20px;
	opacity: 0.5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
h2
{
	color: #fff;
	text-align: center;
	font-size: 80%; 
}
strong
{
	font-size: 200%;
	cursor: pointer;
	color: #666;
	text-shadow: 1px 1px 4px #999;
}
.hidden
{
	display: none;
}
#content div div
{
	background: none;
	color: #000;
}
a
{
	font-weight: bold;
	font-size: 150%;
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #090;
}

