html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}

#joinus {
	position: absolute;
	bottom: 1px;
	left: 12px;
	font-weight: bold;
	float: left;
	text-align: left;
}

body {
	background: #ffffff url('fundo.jpg') bottom left no-repeat;
	background-image: url("fundo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 25%;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 70px;
    text-align: center;

}

#footer {
		width:100%;
		display: none;
		height: 70px;
		background: url('footer.png') top center repeat-x;
		background-position:center;
		text-align: center;
		color: #fff;
		text-shadow: #555 1px 1px 1px;
	
}
#footer {
		display: block;
		position:fixed;
		bottom:0;
		left: 0;
		z-index:11;
}

#copyright {
	position: absolute;
	bottom: 5px;
	right: 2px;
	font-weight: bold;
	width: 100%;
	text-align: right;
	font-size: 9px;
}
