/*	##############################################################################	*//*	#	Stylesheet RootPage													 	 #	*//*	##############################################################################	*//*	##############################################################################	*//*	#	Container																 #	*//*	##############################################################################	*/body {  margin: 0;}.rootPageContainer {  //position: absolute;  left: 0px;  top: 0px;  right: 0px;  bottom: 0px;}/*	##############################################################################	*//*	#	SuperModel																 #	*//*	##############################################################################	*/.rootPageContainer > .superModel {  position: relative;}/*	##############################################################################	*//*	#	Attributes																 #	*//*	##############################################################################	*//*	##############################################################################	*//*	##############################################################################	*//*	The slide show uses 2/3 of wide of the sub content area. As the css-right		*//*	property is based on right side with positive axis to left, we need to setup	*//*	1/3 from right to achieve the 2/3 from left. A 2/3 wide means that the slide	*//*	show area is 1000 x 750 px (including the 10px padding around). The slide show	*//*	itself is 980 x 730 px after subtracting the 10 px padding. As the padding is	*//*	minimal the aspect ratio of images can be 1:0.75								*/.rootPageContainer > .content {  position: relative;  margin-top: 80px;}.GlobalNews {  width: 100%;}