html, body
{
	background: url(img/bg.jpg);
}

.box h1
{
	margin: 0px;
        margin-top: -30px;
	padding: 0px;
	font-size: 40px;
        font-family: Verdana;
	font-weight: normal;
}

.box
{
	text-align: center;
	margin: auto;
        width: 800px;
        color: #EEE;
}

.box p
{
	font-style: italic;
}

p.friend, p.tools
{
	text-align: center;
 	color: #FFF;
	font-size: 11px;
}

p.friend a, p.tools a
{
	color: #DDD;
	text-decoration: none;
}

p.friend a:hover, p.tools a:hover
{
	text-decoration: underline;
}

