<html>
<head>
<title>Code Editor</title>
<style type="text/css">
body {
margin: 0 auto 0 auto;
}
#wrap {
margin: 20px auto;
text-align: center
}
a:link{
color: #00ad62;
font-size: 200%;
font-family:segeo ui, arial;
text-decoration:none;
font-weight:bold;
position:fixed;
top:30%;
left:10%;
transition: all 0.3s ease-out;}
</style>
</head>
<body>
<div id='wrap'>
<a href='//www.asatvindia.com/p/template.html' target='_blank'>ASATV INDIA</a>
</div>
</body>
</html>