BODY {
	background-color:#000;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}

#warning {
	font-family:verdana;
	color:#cca85e;
	width:276px;
	height:320px;
	margin-left:-138px;
	margin-top:-160px;
	position:relative;
	left:50%;
	top:50%;
}

#warning .first {
	font-size:12px;
	text-align:justify;
}

#warning .second {
	font-size:14px;
	text-align:justify;
}

#warning .third {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}


#warning H1 {
	font-family:verdana;
	font-weight:lighter;
	font-size:20px;
	text-align:center;
}


#warning A, #warning A:visited {
	color:#cfa75f;
	
}

#warning A:hover {
	color:#f9d180;
}


