@charset "utf-8";
/* CSS Document */

* {	margin: 0;	padding: 0; }
html {	height: 100%; }
body { background-color: #000; color: #fff; font-size: 13px; font-family:Arial, Helvetica, sans-serif; }


div#container{ position: absolute; width: 900px; top: 50%; left: 50%;  margin-left:-450px; z-index:1}

.text{
	font-size:13px;
	color:#ccc;
}
.text a, .text a:visited{
	font-size:13px;
	color:#ccc;
 	text-decoration: none;
}
.text a:hover, .text a:active{
	color:#BE5FCF;
  	text-decoration:none;
}

