	html, body
	{
		margin: 0;
		padding: 0;
	}
	
	body
	{
		font-size: 80%;
	}

	div#content
	{
		width: 100%;
		position: absolute;
		margin: 0 10px 10px 10px;
		font-family: Arial, Sans-Serif;
		font-size: 95%;
		color: #666;
	}

	div#content h1
	{
		font-size: 150%;
	}