/*Risk Assets css style. Company: Risk Assets LTD  Design & CSS Layout - Author: Staiu Kasabov*/
body{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#223040;
}

div#wrapper{
	width:350px;
	height:350px;
	margin:15% auto;
	padding:0;
	background:transparent;
}

div#splash{
	width:300px;
	height:350px;
	margin:10% auto;
	padding:0;
	background:#223040 url(../img/risksplash.png);
	border:1px solid #E2D5B8;

}