/**
 * Stylesheets for MFL
 * 
 */


/* RESET */
	
	* { margin: 0; padding: 0; }
	img { border: none; }
	p { margin-bottom: 16px; }
	.l { float: left; }
	.r { float: right; }



/* GENERAL STYLES */
	
	body { font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif; font-size: 11px; background: #dadada url(../img/game/bg.jpg) repeat-x top center; color: #000; line-height: 16px; }
	#container { width: 980px; margin: 40px auto; }
	object, embed { outline: none; }
	
	a { color: #000; text-decoration: underline; }
	a:hover { color: #666; text-decoration: underline; }



/* HEADER */
	
	#header { background: url(../img/game/silentkiller.png) no-repeat center; width: 980px; height: 80px; }
	#header h1, #header h3 { display: none; }



/* CONTENT */
	
	#content { width: 980px; height: 617px; margin-top: 50px; }



/* FOOTER */
	
	#footer { width: 430px; position: absolute; left: 50%; margin: 50px 0 0 -215px; height: 100px; }
	#footer ul { list-style: none; width: 480px; }
	#footer ul li { float: left; }


