body{
	font-family:Helvetica,Arial,sans-serif;
	margin:0;
	font-size:12px;
	color:#000;
	overflow:hidden;
}

.container{
	width:720px;
	height:540px;
	margin:auto;
	background:#6796CB;
}

#top{
	width:100%;
	height:90px;
	background:#16578A;
}

#progressBar{
	height:2px;
	width:0;
	position:relative;
	background:#FFF;
	z-index:3;
	
}

#main{
	position:relative;
	z-index:2;
	top:-26px;
	background: url('../images/loading.jpg') no-repeat;
	background-position: left 23px;
}

#main div:first-child{
	top:25px;
	margin-right:25px;
}
#content {
	
	width:100%;
	height:455px;
	min-height:420px;
	background-image: linear-gradient(bottom, rgb(16,68,108) 41%, rgb(0,93,150) 77%);
	background-image: -o-linear-gradient(bottom, rgb(16,68,108) 41%, rgb(0,93,150) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(16,68,108) 41%, rgb(0,93,150) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(16,68,108) 41%, rgb(0,93,150) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(16,68,108) 41%, rgb(0,93,150) 77%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.41, rgb(16,68,108)),
		color-stop(0.77, rgb(0,93,150))
	);
}
.article p:first-child{
	margin:0;
}

.article{
	color:#000000;
	height:435px; 
	width:700px;
	padding:0px;/*10px;*/
	display:table;
}

#page_number{
	width:auto;
	text-align:right;
	color:#FFF;
	padding:3px;
}

#cur_page{
	font-size:16px;
}

#footer{
	width:100%;
	height:40px;
	color:#FFF;
	font-size:22px;
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(bottom, rgb(16,68,108) 41%, rgb(0,93,150) 77%);
	background-image: -o-linear-gradient(bottom, rgb(16,68,108) 41%, rgb(0,93,150) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(16,68,108) 41%, rgb(0,93,150) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(16,68,108) 41%, rgb(0,93,150) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(16,68,108) 41%, rgb(0,93,150) 77%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.41, rgb(16,68,108)),
		color-stop(0.77, rgb(0,93,150))
	);
}


#footer_content{
	position: absolute;
	white-space: nowrap;
	margin-top:5px;
}

p {
	margin: 0px !important;
}
