body
{
	background-color: #222;
}

div#logo, div#page, div#pata
{
	margin: 0px auto;
	max-width: 880px;
	width: 100%;
	background: #222;
	font-family: times;
	color: #fff;
	padding: 20px 10px;
}

div#logo
{
	font-size: 70px;
	text-align: center;
}

div#pata
{
	text-align: center;
}

div#description
{
	background-color: #333;
	padding: 10px;
	margin-bottom: 50px;
}

div.record
{
	background-color: #252525;
	padding: 10px;
	margin-bottom: 5px;	
}

div.record:hover
{
	box-shadow: 0px 0px 2px #fff;
}

h1 a, h2 a, #logo a
{
	text-decoration: none;
	color: #fff;
}