*{
outline:none;
}
html,body {
	height:100%; 
	margin:0; 
	padding:0;
	position:relative;
	min-height: 583px;
	min-width: 950px;
	background: #FFF;
	font-family: Arial;
}
a img { border: 0; }
#outer {
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
}
#outer_out {
	height:583px; 
	width:100%; 
	background:url('images/splash_bg_top.jpg') bottom center no-repeat;
}
#outer_out_out {
	width: 940px; 
	margin: 0 auto;
	padding: 75px 0 0 0;
	position: relative;
}
#outer_out2 {
	height:0; 
	width:100%; 
	background:url('images/splash_bg_bottom.jpg') top center no-repeat;
}
#bt {
    left: 482px;
    position: absolute;
    top: 307px;
    text-indent:-9999px;
	display:block;
	height:122px; 
	width:122px; 
	background:url('images/bt.png') left bottom no-repeat;
}
#bt:hover {
	background-position: left top;
}
#box {        
	font-size: 13px;
    left: 627px;
    position: absolute;
    top: 325px;
    width: 300px;
    line-height: 14px;
}
#box p{    
	margin: 0 0 6px 0;
}
