body {
	background-color: #373737;
	color: #f0f0f0;
    top:0px;
    left:0px;
    height:90%;
    width:95%;
}

div,img{
	position: absolute;
}

#interfaceXBAP {
	position: absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
	display:none;
}

div#infomation_panel{
    top:-1px;
    left:-1px;
    height:100%;
    width:100%;
	text-align:center;
	background-color:#373737;
	display:block;
	overflow: hidden;
}

div#infomation_panel_div{
    height:110px;
    width:700px;
    top:100px;
    left:50%;
    margin-left:-350px;
	display:block;
	overflow: hidden;
	border: 1px solid #555555;
	background-color:#323232;
	text-align: center;
}

img#infomation_panel_infoimage{
	top: 45px;
	left:60px;
	width:20px;
	height:20px;
	display:none;
}

img#infomation_panel_aniimage{
	top: 34px;
	left:60px;
	width:48px;
	height:48px;
	display:none;
}

div#infomation_panel_caption{
	color: #EFEFEF;
	top: 47px;
	left: 90px;
	font-size: 16px;
}

div#troubleshooting_panel{
    top:-1px;
    left:-1px;
    height:100%;
    width:100%;
	text-align:center;
	background-color:#373737;
	display:none;
	overflow: hidden;
}

div#troubleshooting_panel_div{
    height:350px;
    width:700px;
    top:100px;
    left:50%;
    margin-left:-350px;
	overflow: hidden;
	border: 1px solid #555555;
	background-color:#323232;
	text-align: center;
}

img#troubleshooting_panel_image{
    top: 50px;
	left: 60px;
	width:20px;
	height:20px;
}

div#troubleshooting_panel_caption1{
	top: 41px;
}

div#troubleshooting_panel_caption2{
	top: 120px;
	text-indent:-1em;
	padding-left:1em;
}

div#troubleshooting_panel_caption3{
	top: 175px;
	text-indent:-1em;
	padding-left:1em;
}

div#troubleshooting_panel_caption4{
	top: 250px;
	text-indent:-1em;
	padding-left:1em;
}

div.troubleshooting_caption_div {
	position: absolute;
	color: #EFEFEF;
	left: 95px;
	padding-right: 60px;
	text-align:left;
	font-size: 16px;
	line-height:25px;
}

div#detail_button_div {
	padding-top: 8px;
    top:460px;
    left:50%;
    margin-left:150px;
	width: 200px;
	height: 22px;
	background-color: #1b1b1b;
	border: 1px solid #555555;
	font-size: 12px;
}

