@charset "UTF-8";
/* reset */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, em, font, img, 
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

a { color: #8CB4B7; }

a:hover { color: #8CB4B7; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* CSS Document por Cassio Diego*/
body {
	background: #efefef url(170564.png);
}

#content {

	margin: 3em auto;
	width: 700px;
	
}


#balloon {
	float: left;
	width: 500px;
	height: 300px;
	background: url(caixa-texto2.png) no-repeat;
}

#balloon p {
	padding-top: 28px;
	padding-left: 50px;
	/* margin: 50px 50px 50px 50px; */
	font-size: 20px;
	line-height: 10px;
	color: gray;
	
}

#avatar {
	float: right;
	width: 200px ;
	margin-top: 100px;
}


#hall {
width: 329px; 
height: 1px; 
margin: 0 auto; 
background-color: white;

}



.botao3d	{
		display: block;
		border-color: #666666;

		border: 2px solid;
		width: 200px;
		padding: 10px;

		background: #ECECEC; 
		color: #959595;

		font-family: Verdana;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		}
 
.botao3d:hover	{
		position: relative;
		border: 2px solid;
		border-color: #666666; 
		color: #959595;

		background: #ABC8C9;
		}
