body {
	margin:0;
	padding:0;
	background: url('splash/bg-pattern.jpg') repeat;
	color:#5a3f10;
	font: 11px Tahoma, "Trebuchet MS", Verdana, sans-serif;
}
img {
	border:none;
}
#wrapper {
	margin:0 auto;
	width:800px;
	height:800px;
	background: url('splash/flash.jpg') no-repeat;
}
.pretty-hover {
  cursor: pointer;
}
#header{
	position:relative;
	height:316px;
	background: url('splash/header.jpg') no-repeat;
}
#header-mission {
	position:absolute;
	top:150px;
	left:40px;
	width:500px;
}
#button-main-page {
	position:absolute;
	left:410px;
	bottom:20px;
}
#upper-panel{
	height:217px;
	background: url('splash/bg-upper-panel.png') no-repeat;
}
#panel-part-2 {
	height:217px;
	background: url('splash/bg-panel-part-hover.png') no-repeat;
}
#upper-panel .panel-part {

	float:left;
	width:266px;
	text-align: center;
}
#lower-panel {
	margin-top:20px;
	clear:both;
}
#lower-panel .lower-panel-part{
	width:395px;
	height:199px;
	float:left;
	background: url('splash/bg-lower-panel.png') no-repeat;
}
#lower-panel-part-left {
	margin-right:10px;
}
#lower-panel .lpp-img {
	float:left;
	width:140px;
}
#lower-panel .lpp-txt {
	float:left;
	margin-top:20px;
	margin-left:30px;
	width:195px;
}