/* Feuille de style du site CHAMBRS NOIRES - part 01 -> layout general */
/* author : cezarion.net */

/* General style */

* {
    margin:0pt;
    padding:0pt;
}

body {
    background:#f78a23 url(../images/bg.png) repeat-x scroll center top;
    font: 0.7em/1.2em Arial,Helvetica,"Lucida Grande",Tahoma,monospace;
    margin:0;
    padding:0;
}

a, #footer {color:#FFF; text-decoration:none;}
a:hover, a:visited {color:#f5c18f; text-decoration:underline;}

#main {
	width:100%;
	height:100%;
	text-align:center;
	}

#content {
	width:900px;
	height:600px;
	margin: 1% auto 0;
	}
	
#footer {
	margin:10px 0;
}
