*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img {border:none}

html {
	height: 100%;
}

body {
	background-color: #000;
}

#base {
	width: 800px;
	height: 400px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -400px;
	margin-top: -200px;
	text-align:center;
}

#elementos { 
		margin:0 auto;
		padding:0;
		height:100%;
		text-align:center;
	}

#base a:hover {
	color: #0E9448;
	}

#base a{
font:  14px "Trebuchet MS", Arial, Verdana, sans-serif;
color: white;
}

#base p {
font:  14px "Trebuchet MS", Arial, Verdana, sans-serif;
color: white;
text-align:center;
}

#rodape{
	width: 100%;
	text-align:center;
	position:absolute;
	bottom: 0;	
	}
