/***********************************************/
/* intro.css                                   */
/* Use with layout ID                          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body, html{
	overflow:hidden;
	font-family: Arial,sans-serif;
	font-size:12px;
	background-color: #B2B2B2;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
} 

DIV{
  vertical-align:middle;
	text-align:center;
}

img#bajazz{
	border: 0;
	margin-top: 1.5%;
	width: 15%;
}

img#loading{
	position:relative;
	margin-top: 1%;
}

img#Text{
	border: 0;
	position:relative;
	margin-top: 1.5%;

}

