body{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
    font-family: sans-serif;
    text-align:center;
}
a{
	color:#000;
}
.frame{
	width:720px;
	height:1120px;
	border:double 4px #F69;
	float:left;
}
.bigbox{
	width:238;
	height:318;
	border:solid 1px #CCC;
	float:left;
}
.box{
	width:118px;
	height:158px;
	border:solid 1px #CCC;
	float:left;
}
.bigbottom{
	width:238;
	height:318;
	border:solid 1px #CCC;
	float:right;
}
#banner{
	float:left;
	position:relative;
    width:728px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 10px 10px 10px;
	text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    font-size:46px;
    color:#FFF;
}
#disclaimer{
	float:left;
	width:720px;
	padding:30px 0px 30px 0px;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
}
#disclaimer h1{
	font-size:14px;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}

#bug{
	float:left;
	width:720px;
	height:60px;
	background-image: url("../images/bb.png");
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	margin-bottom:20px;
}
#errorcode{
	font-size:144px;
	font-weight:bold;
	color:#FFF;
}
#fail_bubble{
	border:solid 1px #333;
	border-radius:20px;
	padding:10px 0px 10px 0px;
	font-size:16px;
	background-color:#F69;
	color:#FFF;
}
