/* STYLE FOR NORMAL RAAC LOGO INDEX */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 8pt;
    text-align: center;
}
#splash {background: #fff;
	width: 600px;
	height: 600px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
#splashtext {display: none;
	margin-top: 15px;
	color: #666;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	}

img.splash {
    display: block;
    float: left;
    border: 0px;
    margin: 0 0 20px 0;
    position: relative;
    left: -4px;
    top: -1px;
}