body {
margin: 0px;
padding: 0px;
background:#000 url('imgs/ibg.png') repeat top left ;
color: #888;
font: 0.8em Arial,Helvetica,sans-serif;
}
.box 
	{
	padding: 10px;
/* 	border: 1px solid #cc9900; */
	border: 1px solid #E83D54;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #111;
	text-align:center;
	width:644px;
	min-height: 150px;
	height:auto;
	position:absolute; 
	top:50%;
	left:50%; 
	margin:-100px auto auto -332px;
	}
hr { border-color:#E83D54; background-color:#E83D54; }
#footer { position: absolute;
		  bottom: 0;
		  left: 50%;
		  width: 96%;
    	  /* width: -webkit-calc(96% - 4px);
    	  width:    -moz-calc(96% - 4px);
    	  width:         calc(96% - 4px); */
		  margin:0px -49%;
		  background-color: #000;
		  border: 1px solid #E83D54;
		  -webkit-border-radius: 10px;
		  -khtml-border-radius: 10px;	
		  -moz-border-radius: 10px;
		  border-radius: 10px;
		  padding: 4px;
		  text-align: right;
		  }
a {
text-decoration: underline;
/* color: #666; */
color: #028194;
}

a:hover {
color: #ff3399;
}

a:visited {
/*color: #0099ff;*/
color: #028194;
}
h1, h2 {
	padding: 0px;
	margin: 0px;
}
h2 a, h1 a {
	text-decoration: none;
}
h2 {
	font-size: 22px;
/*  	color: #D9F46C; */
	color: #E83D54;
}