/* CSS Document */
#all {
	width:850px;
}

#header {
	width:100%;
	height:47px;
}
#header1 {
	width:171px;
}

#headerseparator {
	height:20px;
	width:100%;
	background-color:#0000FF;
}
#content {
	height:393px;
	width:100%;
	text-align:center;
	background-color:white;
}
#pagenotfound {
	padding-top:70px;
	text-align:center;
	font-size:25px;
}
#refresh {
	padding-top:30px;
	text-align:center;
	font-size:12px;
	line-height:2.3em;
}
#error {
	text-align:center;
	width:420px;
	height:80px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#99FFFF;
	text-align:center;
	font-size:12px;
	line-height:1.3em;
}
#gototop {
	line-height:2em;
	padding-top:20px;
	padding-bottom:40px;
	text-align:center;
	font-size:14px;
}
#footer {
	border-top:2px solid #666666;
	padding:10px;
	font-size:12px;
}

