﻿body {
	font-family:宋体,Arial, sans-serif;
}
#container{	
	position:relative;
	margin:0px auto 0px auto;
	width:810px;
}
#Main{
	width:808px;
    background-image:url('../../Image/Main/Error.jpg');
	overflow: hidden;
	height:398px;
	text-align:left;
	float:left;
}
#Err{
    position:absolute;
    width:500px;
    height:24px;
    left:100px;
    top:280px;
    font-size:18px;
    font-weight:bold;
    color:White;
    text-align:left;
    float:left;
}
#Err ul{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#Err ul li{
	height: 24px;
	margin:0px;
	padding:0px;
	display: block;
	float: left;
	line-height: 24px;
}
a{
    color:White;
}
a:link{
    color:White;
    text-decoration:underline;
}
#Info{
    position:absolute;
    width:100px;
    height:100px;
    left:630px;
    top:248px;
    font-size:56px;
    font-weight:bold;
    color:White;
    line-height:100px;
    text-align:center;
    float:left;
}

