/* CSS for windows page */


div.mainbody
	{
			position:static; background-image:url(../images/main_back_clear.jpg); z-index:2;
			top: 235px; width: 778px; height:700px; 
	}
	
	div.topintrotextbox
		{
			position:relative;
			top:10px; left:10px; width:750px;	height:700px;
		}
		
		div.text1
			{
					position:absolute;
					top:32px; left:350px; width:391px; height:221px;
			}
		
		div.text2
			{
					position:absolute;
					top:320px; left:22px; width:391px; height:221px;
			}
				
		div.image1
			{
					position:absolute; background-image:url(../images/bigbedroom1.jpg);
						top:0px; left:22px; width:300px; height: 292px;
					}

		div.image2
			{
					position:absolute; background-image:url(../images/bigbedroom2.jpg);
						top:288px; left:432px; width:300px; height: 292px;
					}
	
		div.image3
			{
					position:absolute; background-image:url(../images/embracebed.jpg);
						top:574px; left:57px; width:133px; height: 55px;
					}
	
		div.image4
			{
					position:absolute; background-image:url(../images/crownlogo.jpg);
						top:553px; left:240px; width:100px; height: 100px;
					}
