﻿body {

	background-color: #A73800;
}
#container 
{
	width: 990px;
	height: 720px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index:1;
	/*background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;*/
}
#bg1
{
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 239px; 
	width: 990px;
	background-image: url(../images/splash/bg1.jpg);
}
#bg2
{
	position: absolute; 
	top: 239px; 
	left: 0px; 
	height: 274px; 
	width: 990px;
	background-image: url(../images/splash/bg2.jpg);
}
#bg3
{
	position: absolute; 
	top: 513px; 
	left: 0; 
	height: 207px; 
	width: 990px;
	background-image: url(../images/splash/bg3.jpg);
}
#messagelogo
{
	position: absolute; 
	top: 167px; 
	left: 408px; 
	height: 170px; 
	width: 183px;
	background-image: url(../images/splash/logo_hi.jpg);
}
#messagebox
{
	position: absolute; 
	top: 358px; 
	left: 318px; 
	height: 205px; 
	width: 355px;
	background-image: url(../images/splash/hi_msg_box.jpg);
}
#btnyes
{
	position: absolute; 
	top: 490px; 
	left: 414px; 
	height: 40px; 
	width: 76px;
	display: block;
	/*background-image: url(../images/splash/hi_btn_yes.jpg);*/
}
#btnno
{
	position: absolute; 
	top: 490px; 
	left: 503px; 
	height: 40px; 
	width: 76px;
	display: block;
	/*background-image: url(../images/splash/hi_btn_no.jpg);*/
}
#btnok
{
	position: absolute; 
	top: 490px; 
	left: 459px; 
	height: 40px; 
	width: 76px;
	display: none;
	/*background-image: url(../images/splash/hi_btn_no.jpg);*/
}
