<?
header("Content-Type: text/css");
?>

html {
 height:100%;
}

body
{
	margin: auto;
	padding: 0;
	background: url('<?echo $_GET['bgImage'];?>.gif') #FFD900 <?echo $_GET['v'];?> <?echo $_GET['h'];?> no-repeat;
}

.back
{
	margin: auto;
	width: 1000px;
}

.left
{
	font-family: Verdana;
	font-size: 400%;
	font-weight: bold;
	color: #FFF1D0;
}

.right
{
	text-align: right;
	font-size: 400%;
	font-family: Verdana;
	font-weight: bold;
	color: #FDE86D;
}

.fuss
{
	margin-top: 5%;
	width:39%;
	font-family: Verdana;
	font-size: 150%;
	font-weight: bold;
	color: #FFF1D0;
}

#rightbox
{
	position: absolute;
	word-spacing: 0.3em;
	top: 30%;
	right: 2%;
}

#leftbox
{
	position: absolute;
	word-spacing: 2em;
	top: 12%;
	left: 6%;
}

.bgfont
{
	position: absolute;
	clear: both;
	font-family: Verdana;
	color: #FED34F;
	font-size: 1300%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.a2
{
	font-family: Verdana;
	color: #FEE6A7;
	font-weight: bold;
	font-size: 105%;
}

.b2
{
	font-family: Verdana;
	color: #FEE6A7;
	font-weight: bold;
	font-size: 140%;
}

.c2
{
	color: #FFF1D0;
	font-weight: bold;
	font-family: Verdana;
	font-size: 150%;
}

.d2
{
	color: #FFF1D0;
	font-weight: bold;
	font-family: Verdana;
	font-size: 220%;
}

.e2
{
	color: #FFF1D0;
	font-weight: bold;
	font-family: Verdana;
	font-size: 450%;
}