<html>
<head>
<title>FA</title>
<style>
div{
position:absolute;
}
#logo{
font-family:Courier New;
text-transform:uppercase;
color:#000;
background-color:#fff;
width:420px;
height:594px;
}
#f{
left:160px;
top:240px;
transform:scale(10) rotate(0deg);
}

#a{
left:260px;
top:240px;
transform:scale(10) rotate(0deg);
}

</style>
</head>
<body>
<div id="logo">
<div id="f">f</div>
<div id="a">a</div>
</div>
</body>
</html>