
/* ==========================================================================
    DEFAUT STYLE
   ========================================================================== */


body {
  font: normal 16px/20px  arial,sans-serif;
  color: #333;
  background: #fff ;
  text-shadow: 1px 1px 1px #fff;  
 }

section {
	position: relative;
	text-align: center;
	margin-top: 280px;
}

.fb {
	vertical-align:bottom;
	width:32px;
	height:32px;
	display:inline-block;
	background: transparent url('../img/facebook.png') 0 0 no-repeat;
	text-indent: -9999px;
}

.tw {
	vertical-align:bottom;
	width:32px;
	height:32px;
	display:inline-block;
	background: transparent url('../img/twitter.png') 0 0 no-repeat;
	text-indent: -9999px;
}

img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}