/*
CSS 2009 - V1.0
(c) Maître de Jeu
Valid Css 2.1
Created by www.dark-ataraxia.com
*/

html { height :100%;
       }

body { height :100%;
       font-family:tahoma,georgia, helvetica, arial, sans-serif;
	   color: #333;
	   font-size:13px;
	   color:#ffffff;
	   text-align:center;
	   background-repeat: no-repeat;
	   background-attachment: scroll;
	   background:url(http://www.maitredejeu.com/data/img/bg.gif) center center repeat-y #660000;
	   border:none;
	   margin:0;
	   padding:0;
	   }
body, p, h1, h2{margin:0;padding:0;}
div { margin:0;
      padding:0;
	  }

img { border:none;
      }

a:active { color:#000000;text-decoration:none;font-style:normal;}
a:link { color:#000000;text-decoration:none;font-style:normal;}
a:visited { color:#cccccc;text-decoration:none;font-style:normal;}
a:hover { color:#990000;text-decoration:none;font-style:normal;}
a:focus {outline: none;}

/*
Class selector
*/
#info { width:300px;
        height:240px;
		display:block;
		text-decoration:none;
		margin-top:-120px;margin-left:-150px;
		position:absolute;left:50%;top:50%;}

#copy { color:#ffffff;
        position:absolute;left:0px;bottom:0px;
	    width:100%;
	    height:20px;
	    }

