/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body { 
	font: 0.8em Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	background-color: #fff; 
}
a { 
	color: #F60; 
	text-decoration: none 
}
a:hover {
	color: #F60; 
	text-decoration: none 
}

.tudo {

}
.myCard { 
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 100px;
	margin-left: -300px; /* half of width */
	margin-top: -56px;  /* half of height */
	font-size: 10pt; 
}

.vcard { 

}

#chat { 
	position: absolute;
	left: 40%;
	top: 30%;
}