/* CSS Document */
	* {
	margin: 0;
	padding: 0;
	}
	
	html, body {
	width: 100%;
	height: 100%;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:12px;
	background:#000000;
	}

	#text_t{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:12px;
	margin: 30px 0 0 0;
	color:#fff;
	}
	
	#get1{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:10px;
	color:#7F8183;
	}
	
	
	#text_t a:link, #text_t a:active, #text_t a:visited{
	
	color:fff;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:12px;
	}
	
	#text_t a:hover, #get1 a:hover{
	color:#E80989;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:12px;
	}
	
	#get1 a:link, #get1 a:active, #get1 a:visited{
	font-family:"Century Gothic", Tahoma, "Trebuchet MS";
	font-size:10px;
	color:#7F8183;
	text-decoration:none
	}
	