body {
	padding:0;
	margin:0;
	background-color:#FFF;
}
#container{
	display:none;
}
#loading{
	display:block;
	position:absolute;
	top:40%;
	left:50%;
	margin-left:-40px;
}
.LS img {
	width:100%;
}

a{
	text-decoration: none;
	color: #b0c4de;
}
h2 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	line-height:120%;
	vertical-align:sub;
	margin:4px auto -4px auto;
	margin:0;
	padding:5px;
	/*border-bottom:1px solid #CCC;*/
	color:#FFF;
	background-color:#000;
}
h2 a:hover,h2 a:hover,h2 a:link,h2 a:active{
	color:#ffa500;
	font-size:110%;

}
.Pmemo{
	margin-top:30px;
}