@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

html, body {
	margin:0;
	height: 100%;
	overflow:hidden;

	background-image:url(imagens/bg_work.jpg);
	background-position:right center;
	background-repeat:no-repeat;

	-webkit-background-size: cover;
	-moz-background-size:cover;
	background-size:cover;
	position:relative;
}

.roda{
	position:absolute;
	bottom:50%;
	left:50%;
	margin-bottom:-150px;
	margin-left:-350px;
	width:400px;
	height:200px;
	font-family: 'Roboto Condensed', sans-serif; font-size:14pt; font-weight:none; color:#404040; text-decoration:none; text-align:left;

}

.roda img{width:200px;}

.roda span{
	font-family: 'Roboto Condensed', sans-serif; font-size:14pt; font-weight:none; color:#84282b; text-decoration:none; text-align:left;
}