div#wrapper
{
	border: 1px solid blue;
}

div#content
{
	width: 900px;
	margin: auto;
}

div#controlview
{
	border: 3px dotted blue;
}

h1 
{
	color: blue;
}
