@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
html {
	background-image: url(background.jpg); 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-size: 100% 100%;
}
#logo{
	height: 200px;
	margin-top:10%;
	width: 100%;
}
#logo img{
	margin-left: 780px;
	padding-top: 100px;
}
#cabecalho{
	height: 50px;
	width: 100%;
	background-color:#080808;
	border-top:solid #ED991F;
	border-bottom:solid #ED991F;
}
#rodape{
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	background-color:#080808;
	margin-top:385px;
	border-top:solid #ED991F;
	border-bottom:solid #ED991F;
}
body{ 
	background-image: url(background.jpg); 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-size: 100% 100%;
} 
#cabecalho p{
	font-size: 45px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #9C9C9B;
	margin-left: 725px;
	margin-top: -9px;
	text-decoration: underline #ED991F;
}
#rodape p{
	font-size: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #9C9C9B;
	margin-left: 725px;
	margin-top: -5px;
	text-decoration: underline #ED991F;
	text-align: right;
}
* {
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
}