     #logo
        {
			/*border: solid 2px;
			border-color: #FF6600;*/
            /*position: absolute;
			top: 5%;
			left: 15%;    */
			width: 800px; 
			height: 500px;
			/*background-image: url('../images/logobackground.png');
			background-color: white;*/
        }
		
		#logotable
		{
			position: relative;
			top: 150px;
		}
		
		#text
		{
            position: absolute;
			top: 85%;
			text-align: center;
			color: #343391;
			margin-left: 25%;
			width: 500px;
		}
		
		#warning
		{
		    width: 200px;
		}
		
		body
		{
			background-color: #808080;
			/*background-image: url('../images/backgroundmap.jpg');*/			
		}