/*
.header
{
	width: 100%;
}

.header h1
{
	font-size: 400%;
}

.header p
{
	font-size: 200%;
}

.page-container
{
	width: 100%;
	clear: both;
}

.content 
{
	width: 100%;
}
*/