/***** CSS *******/

body{
	font-family: 'Century Gothic', Calibri, serif;
	font-size: 26px;
	text-align: center ;
	background:url(images/terr.jpg) no-repeat center fixed ; -webkit-background-size:cover;
}

h1,h2{
	font-weight: normal; color: #CA1D1D
}

h4 
{
    color : red;
    font : 200% impact, futura, sans-serif;
    text-transform : uppercase;
    float : left;
    overflow : hidden;
    position : relative;
    padding-left : 3px;
}
 
h4 span 
{
    background : url(headings-worn.gif);
    position : absolute;
    width : 100%;
    height : 2em;
}
 
p 
{

p {
    text-indent: 150px;
    letter-spacing: 1px;
}
img{
	
    display: inline; /* block ou inline */
    margin-left: auto;
    margin-right: auto }
a {
    text-decoration: none;
    color: #008CBA;
}
footer{
	height: 80px;
	padding-top: 10px;
	text-align: center;
	background-color: #337aff;
	border-top: 2px solid #AAA;
}

ul, ol {
    margin: auto;
    width: 20%;
}

