body {
	font-family: 'VAG Rounded BT',Arial,Tahoma,Helvetica,sans-serif;
	text-align: center;
	background: black;
	color: #666;
	margin: 0 0 0 0;
}

#content a {
	font-weight: bold;
	color: #4C556B;
	text-transform: lowercase;
	text-decoration: none;
}

#content a:hover {
	color: #5A70A7;
}

#content{
	width: 100%;
	height: 200px;
}
#content p{
	font-family: 'VAG Rounded BT',Arial,Tahoma,Helvetica,sans-serif;
	color: #666;
	font-size: 100px;
	line-height: 85px;
	letter-spacing: 5px;
}

