*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	height: 100%;
	color: #484848;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.2em;
}

a:link, a:visited, .white {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #FFFF66;
}

#peranera {
	text-align: center;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -250px;
	margin-top: -300px;
	border:none;
}

#contacts {
	height: 30px;
}

.info {
	margin-bottom: 1em;
}
