/**
 * uscs.css
 *
 * Copyright (c) 2017 Renato Rocha
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 *
 */

/**
 * Common HTML elements
 */

#headerTitle {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 200px;
	background-image: url(http://seer.uscs.edu.br/images/saude.jpg);
	background-position: top center;
	background-repeat:no-repeat;
/*	border: solid #00CC00 1px; /*verde*/
}