@charset "UTF-8";
/* CSS Document */

*{margin:0; padding:0; color:#FFF/*2D2D2D*/;}
body{
	background-color: #6F9877;
	background-attachment: scroll;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	}
#content_centered {
	height: 678px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
	}
#content_container {
	height: 678px;
	width: 560px;
	padding:0 120px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#aux1 {
	position: absolute;
	z-index: -5;
	text-align:center;
	width:560px;
	top:320px;
	font-size:120%;
	}
#aux2 {
	height: 678px;
	width: 560px;
	}
.followTW{
	position: absolute;
	top: 410px;
	width:390px;
	padding-left:170px;
	text-align:center;
	}
.followTW span{
	visibility:hidden;
	display:none;
	}
.share{
	position: absolute;
	top: 570px;
	width:330px;
	padding-left:230px;
	text-align:center;
	top: 580px;
	}
