/************************************************************************************
	@Project:	Steytpeña
	@client:	Various
	@Author:	Jochen Vandendriessche <hello@joggink.be>
************************************************************************************/

/* easy reset */
*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	list-style-type: none;
}

body{
	/*background: #afb7be;*/
  
  background:#fff;
	font: 11px/1.4 arial, helvetica, sans-serif;
}

	#welcome .seq{
		display: none;
	}
	
		.seq-1 h1{
			position: absolute;
			top: 50%;
			left: 50%;
			width: 333px;
			height: 102px;
			margin-top: -61px;
			margin-left: -166px;
			text-indent: -9999em;
			background: url('../i/logo.gif') no-repeat center center;
			z-index: 999;
		}
	
		.seq-1 p{
			position: absolute;
			top: 50%;
			left: 50%;
			width: 333px;
			height: 2px;
			margin-top: -11px;
			margin-left: -166px;
			background: url('../i/seq-1-bg.gif') repeat-x center center;
			text-indent: -9999em;
			z-index: 888;
			font-size: 0;
		}
	
		.seq-2{
			position: absolute;
			top: 50%;
			left: 50%;
			width: 975px;
			margin-left: -487px;
			height: 0;
			margin-top: -10px;
			cursor: pointer;
			overflow: hidden;
			background: no-repeat center center;
			z-index: 9999;
		}
		
			.seq-2 img{
				display: none;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
			}
		
    p.enterbuttons, 
    p.skipbutton{
      position:absolute;
      z-index:998;
      top: 50%;
			left: 50%;
			width: 975px;
      text-align:center;
			margin-left: -487px;      
      margin-top: 335px;
      padding-top: 30px;
      }
    p.skipbutton{
      z-index:999;
      padding-top: 10px;
      }
    p.enterbuttons a,
    p.skipbutton a{
      margin-left: 5px;
      margin-right: 5px;
      }
		a#enter, 
    a#fullscreen,
    a#skip{
      color: #44474a;
		  }
		
		a#enter:hover,
		a#fullscreen:hover,
    a#skip:hover{
			text-decoration: none;
		}


