body,html
{
	height:100%;
	margin:0;
	background:#909090 url('/img/redwall.jpg') top left ;
}

body
{
	font-family: 'Lucida Grande', Verdana, Arial, Serif;
	font-size: 0.8em;
}

#box
{
	width:700px;
	height:580px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-340px 0 0 -350px;
	color:#fff;
}

.fausto
{
	letter-spacing: 16px;
}

.website
{
	letter-spacing: 20px;
	padding-left:20px;
}

form
{
	margin:0;
	display:inline;
}

#boxleft
{
	float:left;
}

#boxright
{
	float:right;
}

#boxright a
{
	margin-bottom:5px;
	font-size:18px;
	text-transform:uppercase;
	padding:24px;
	width:200px;
	color:#fff;
	display:block;
	border:4px solid #fff;
	text-decoration: none;
	background:red;
}

#boxright a:hover
{
	color:red;
	border:4px solid red;
	background:#fff;
}

