﻿@charset "utf-8";
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	text-align: center;
	background-image: url(../Images/bg.gif);
}
.centerBox {
	background-image: url(../Images/error_3.gif);
	background-repeat: no-repeat;
	width: 661px;
	height: 412px;
	margin-top: 20px;
}
.centerBox .top
{
	height:60px;
}
#showText
{
	font-size: 18px;
	color: #003333;

	width: 400px;
	line-height: 30px;
	text-indent: 2em;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	filter: Shadow(Color=#cccccc, Direction=135);	
}
#showText a
{
	color: #FF0000;
	text-decoration: none;
}
