/* CSS Document */

/***********************************************/
/* wait.css                           */
/* Use with template wait.html        */
/***********************************************/

/************************************/
/* Wait                      */
/************************************/

#wait{
	display : block;
	border : 0;
	background :url(../images/wait/image_wait_070418.jpg) no-repeat;
	width:800px;
	height:450px;
	margin:0 auto;
	padding:0.5em 0;
	z-index: 0;
}

#wait h2{
	padding:0.5em;
	color: #fff
}
#wait-text{
	padding:0 0.7em;
	color: #7d766c
}
#temporarily{
	padding:2em;
	
}
#temporarily-text{
	padding:1em;
	
}

#container {
	min-width: 800px;
	margin: 0 auto;
	padding: 0px;
}

#pagename h2 {
	padding:0.9em 0.5em 0.2em 1em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 165% !important;
}

