@charset "utf-8";

*	{
		color:#4f4b4a;
		font-size: 11px; 
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		margin:0 auto; 
		padding:0; 
		text-decoration:none
	}
	
html, body 
	{
		height: 100%; 
		margin: 0; 
		padding: 0; 
	} 
#site
	{
		height:100%;
		width:100%;
	}
