/* CSS Document */

html, body { height: 100% }
html { overflow: auto }

body { 
	background: #FFF;
	margin: 0;
	padding: 0;
}

form { margin: 0; padding: 0; }

#allContainer { 
	width: 100%;
	height: 100%;
}	

#allContainerIntro { 
	width: 750px;
	height: 500px;
	margin: auto auto;
}



#bottomYellow {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 25px;
	/*margin-top: -25px;*/
	background-color: #FFC30C;
	color: #FFF;
	font-family: "Myriad Pro Light", "Myriad", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

	#bottomYellow a {
		color: #FFF;
		text-decoration: none;
	} 
	
	#bottomYellow .slogan {
		float: left;
		font-size: 16px;
		margin: 3px 0 0 10px;
	}
	
	#bottomYellow .contacts {
		float: right;
		margin: 7px 10px 0 0;
		
	}


iframe {
	/*width: 100%;
	height: 70px;*/
	display: none;
}	
