/*phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name:        L4DU
Based on style:    subSilver (the default phpBB 2 style)
Original author:    subBlue ( http://www.subBlue.com/ )
Modified by:        Cristian@exhumed.com.ar and the phpBB team ( http://www.phpbb.com )

This is an alternative style for phpBB3 for those wishing to stay with
the familiar subSilver style of phpBB version 2.x

Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------*/

/*Layout
------------*/
*
{
/*Reset browsers default margin, padding and font sizes*/
	margin: 0;
	padding: 0;
}
HTML
{
	font-size: 100%;
}
BODY
{
/*Text-Sizing with ems: http://www.clagnut.com/blog/348/*/
	font-family: Calibri, CalibriRegular, Arial;
	color: #ACACAC;
	background: #000 url(./images/bg.jpg) fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
/*This sets the default font size to be equivalent to 10px*/
	margin: 0px;
}