@charset "utf-8";
#container {
margin:0 auto;
padding:0 10px;
text-align:left;
voice-family:inherit;
}
html > body #container {
width:520px;
height:250px;
border-color:#7F0000 #4F0000;
border-style:solid;
border-width:1px;
}
body {
font-family:verdana,arial,sans-serif;
font-size:18px;
margin:0;
padding:0 20px 20px;
}
#logo {
	vertical-align: top;
	position: absolute;
	padding:0 0 0 60px;
	top: 4px;
	
	
}
#warning {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight:bold;
	color:#CCC;
	position: absolute;
	top: 80px;
}
#texti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	position: absolute;
	top: 130px;
}
#bottom {
	width: 200px;
	padding:0 0 0 150px;
	font-family: "Courier New", Courier, monospace;
	color:#7F0000;
	position: relative;
	float: left;
	top: 210px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}