/*
Reset global
--------------------------------------------------------------*/
*,p,h1,h2,h3,h4,h5,h6,ul {
	margin:0;
	padding:0;
}

body{
	background: #000000 url(../img/bg.jpg) center top no-repeat;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 11px;
	color: white;
}


#CentralImg{
	width: 402px;
	height: 274px;
	margin: 0 auto;
	background: url(../img/alfa.png) center top no-repeat;
}

#container{
	width: 335px;
	margin: auto;
	/*border: solid 1px red;*/
}

#socialprofiles {
	background: url(../img/separador.png) left bottom no-repeat;
	padding-bottom: 15px;
}

#socialprofiles li{
	text-align:  left;
	list-style-type: none;
	margin-bottom: 9px;
}

#socialprofiles img{
	margin-bottom: -4px;
	margin-right: 8px;
}

#socialprofiles a{
	background: #950000;
	list-style-type: none;
	color: white;
	padding: 1px 2px 3px 2px;
	text-decoration: none;
}

#socialprofiles a:hover{
	background: white;
	color: #950000;
	list-style-type: none;
	padding: 1px 2px 3px 2px;
}

#footer {
	bottom: 0;
	position: absolute;
	background-color: #111111;
	border-top: solid 1px #333;
	color: #333;
	width: 80%;
	text-align: center;
	padding: 2% 10%;
}



