/*
	Layout Container (with help bar)
	(div elemtents that are responsible for sitelayout)
	only position and size here, formattings are defined
	below!!!
*/

#content
{
	float:left;
	width:79%;
}

#info
{
	float:right;
	width:20%;
}
