@charset "UTF-8";
/* CSS Document */
#imagebg{
	width: 1440px;
	height: 900px;
	border: 0px;
	margin: opx;
	background-image: url(images/img-bg-lourenco-consultoria.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}
#header{
	margin-left: 100px;
	margin-top: 200px;
}
#content{
	margin-left: 100px;
	margin-top: 50px;
}
p {
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFFFFF;
}
a:link {
    text-decoration: none;
	color: #f99d1b;
}

a:visited {
    text-decoration: none;
	color: #f99d1b;
}

a:hover {
    text-decoration: underline;
	color: #f99d1b;
}

a:active {
    text-decoration: underline;
	color: #f99d1b;
}
