
@import url(menu1.css) ;

@import url(menu2.css) ;





html, body {margin: 0; padding: 0; height: 100%;}

	body {
		
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
	background: url(http://www.goblinstribe.com/images/brick005.jpg) repeat;
	color:white;
	}
	
	
	a { text-decoration: none;
    background-color: transparent;
    color: #000000;
    }

  a:hover { background-color: transparent;
    text-decoration: underline;
    color: #000000;
    }
	
	div.page1 {width: 100%;
		position: absolute;
		margin-left:auto;
	    margin-right:auto;
	    padding: 0;
		
	}	

  .page2 {width: 1024px;
    position:relative;
    margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
    background: url(http://www.goblinstribe.com/images/metal025.jpg) repeat!important;
	min-height:1024px;
	height: auto;
   
    }
	
	div.header {margin:auto;
        padding: 0;
		height: 215px;
		width: 1024px;
	    background: url(http://www.goblinstribe.com/images/ban3.gif) no-repeat 0 0 ;
	}
	
	
	div.premiere {margin-top:-14px;
		float: left;
		width: 256px;
	}
	
	div.deuxieme {margin-top:-14px;
		float: right;
		width: 256px;
	}
	
	
	
	
	
	
	div.content {min-height: 512px;
		padding: 1px 0;
		margin: 0 220px;
	    text-align: center;
        line-height: normal;
       font-size: 14px;
	   color:white;
      }

  .content h2 {
    color:white;
    text-align:center;
    text-decoration: none;
    font-size: 20px;
    }
	
	
    .content p { color: white;
    text-align: center;
    line-height: normal;
    font-size: 14px;
	
	
    }

	
	

	div.footer {
		color: black;
	    clear: both;
		bottom: 0; left: 0;
		width: 100%;
		font-size: 12px;
        font-weight: bold;
        text-align: center;
        
	}
	
   
 
	

