@charset "UTF-8";
/* CSS Document */

#logo {
	position:fixed;
	left:15px;
	top:5px;
	padding-top:20px;
	padding-left:210px;
}

#titulo {
	z-index: 1;
	position: absolute;
	left:250x;
	top:150x;
	padding-top:75px;
	padding-left:410px;
}

#img {
	margin-top:50px;
	width:100%;
	height:280px;
	background-image:url(img.png);
}

#compartilhar {
	float:right;
	padding-right:15px;
}

#comentario {
	float:left;
	margin-left:15px;
	margin-top:5px;
	width:350px;
	background-color:#00F;
}

#texto {
	margin-top:5px;
}

#texto2 {
	padding-left:20px;
}

.info {
	font: 14px 'QlassikBoldRegular', Trebuchet MS, sans-serif;
	list-style:none;
	color:#666;
	margin-bottom:5px;
	margin-left:20px;
}


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow:auto;
	background-color:#eeeeee;
}
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;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
