body {
	font-family: helvetica;
	font-size:13px;
}
.test{
	margin: 10px;
}
.content{
	width: 500px;
	background:orange;
	display: none;
}
.banner{
	border-top: solid 2px;
	width: 500px;
	height: 80px;
	background-color: pink;
}

#loading
{
	display:none;
background: grey;
width: 70px;
height: 20px;
border: solid 2px black;
position:absolute;
z-index: 1;
text-align: center;
margin-left: 200px;
}

