@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#000;
	background-image:url(../imagens/bkg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px;
	height: 100%;
	}

.contactos{
	font-weight:bold;	
	}

html {
	height: 100%;
	}

img {
	border:none;
	}

.topo{
	padding-left:20px;
	padding-top:20px;
	}

#nonFooter{
	position: relative;
	min-height: 100%;
	}

* html #nonFooter{
	height: 100%;
	}

#content{
	padding-bottom: 9em;
	}

#footer{
	width:100%;
	position: relative;
	margin-top: -70px;
	text-align:center;
	background-color:transparent;
	height:50px;
	} 
