@charset "utf-8";
/* www.catch-me.eu */

* {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}
h1 {
	font-size: 23px;
	font-weight: lighter;
	margin: 35px 0;
}
p {
	margin-bottom: 25px;
}

#language {
	width: 720px;
	height: 23px;
	margin: 0 auto;
	text-align: right;
}
	#language a {
		color: #555;
		text-decoration: none;
		padding: 0 5px;
	}
	#language a:hover {
		border-bottom: 3px solid #FC0;
	}
	#language a.selected {
		border-bottom: 3px solid #FC0;
		color: #FC0;
	}
	
#header {
	background-color: #dfdddd;
	text-align: center;
}
#content {
	width: 705px;
	margin: 0 auto;
	text-align: center;
}
	#clicktocall {
		float: right;
		width: 195px;
		margin-top: -170px;
	}

.botao {
	display: block;
	background-color: #FC0;
	padding: 3px 10px;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
	width: 170px;
}
.botao:hover {
	background-color: #333333;
	color: #FC0;
}

