/** BASIC */

html {	height: 100%;}

body {
       margin:50px 0px; 
       padding:8px; /* Need to set body margin and padding to get consistency between browsers. */
       text-align:center; /* Hack for IE5/Win */
       /*background: #DFDFDF url(images/grey.jpg) repeat left top;*/
       background: url(http://dev.hockeyacademie.com/images/noir-academie-fond.jpg) repeat left top;
      

}



#header {
	width: 778px;
	height: 288px;
	margin: 0px;
}


/** EXTRAS */
#page {
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:5px;
/*	border:1px dashed #333;*/
	background-color:#eee;
	
	
}

#navigation {
	width: 790px;
	margin: 0px;
	
	
}

/** CONTENT */

#content {
	width: 790px;
	margin: 0px;
	background-color:#000;
       color:#FFF;
 
	
}


#content .bg_content {
	height: 410px;
	min-height: 410px;
	padding-left:20px; /* To move text inside Content */
	padding-right:20px; /* To move text inside Content */
      




}


html>body #content .bg_content {
	height: auto;
}

/** FOOTER */

#footer {
	width: 770px;
	margin: 0px;
       color:#000;
       text-align:right;
}

#footer p {
	margin: 0px;
}
#footer a
{	color:#333;
	font:"Courier New", Courier, monospace;
	font-size:12px;
}
#footer a:hover {color:#999;}
