/*	-------------------------------------------------------------
		Kunstlokaal
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		Description:	Base stylesheet
		Filename:			base.css
		Version:			1.0
		Date:					Mar 17 2008
		-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
		Base HTML Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
   
    html {
      height: 100%;
      width: 100%; }
     
    body {
      height: 100%;
      width: 100%;
      padding: 0;
      margin: 0;
			font-family: arial;
      text-align: center;
			background: #0e2c76 url(../img/body-bg.gif) top left repeat-x; }
    
		body#intro {
			min-height: 572px;
			min-width: 1000px;
			background: #0e2c76; }
			
    a {
    	color: #fff;
			text-decoration: none;
      outline: none; }

    img {
      border: none; }


/*	-------------------------------------------------------------
		Container
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    
    #container {
      width: 1024px;
			min-height: 586px;
      margin: 0 auto;
			padding: 0;
      position: relative;
      text-align: left;
      background: url(../img/container-bg.jpg) top left no-repeat; }
			


/*	-------------------------------------------------------------
		Intro text
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

		#container p {
			width: 285px;
			height: 192px;
			position: absolute;
			top: 50%;
			left: 50%;
			text-align: center;
			font-size: 24px;
			color: #fff;
			margin: -96px 0 0 -143px;	}

			
/*	-------------------------------------------------------------
		Splash intro
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			
		#splash {
			width: 1000px;
			height: 572px;
			position: absolute;
			display: block;
			top: 50%;
			left: 50%;
			margin: -286px 0 0 -500px; }
