@charset "UTF-8";
/* CSS Document */
html
{
	height:100%;
}
body 
{
	text-align:center;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;	

}
#center
{
	display:inline-block;
	min-height:90%;
	width:100%;
}
#centerB
{
    position: absolute;
	top:25%;
	width:100%;
}
#centerB p
{
	font-family:Helvetica, sans-serif;	
	font-size:18px;
}
#footer
{
	display:inline-block;
	min-height:5%;
	width:100%;
        vertical-align:middle;

}
#footer p
{
	        vertical-align:middle;

}
body p
{
	color:#5D7AAD;
}
