1. шаблон анкеты вставляется в тег "код" [code][/code]
2. если у вас возникли проблемы с картинкой для анкеты - обращайтесь к амс
3. название анкеты - ваше имя с маленькой буквы и возраст цифрой

Код:
<!--HTML-->
<link href='http://fonts.googleapis.com/css?family=Kite+One' rel='stylesheet' type='text/css'>
<style type="text/css">
::-webkit-scrollbar { height: 12px; width: 10px; background-color: transparent;} 
::-webkit-scrollbar-thumb { background: #030303; } 
::-webkit-scrollbar-corner { background: #030303; }
::-webkit-scrollbar-track { background: transparent; }
#thtabcontainer { width: 500px; height: 500px; background-color: #030303; position: relative; }
.thcontimage img { position: absolute; right: 0px; top: 0px; width: 325px; height: 500px; }
.thooc { position: absolute; bottom: 20px; left: 25px; width: 105px; padding: 10px; font-family: kite one; font-size: 6px; letter-spacing: 1px; line-height: 8px; color: white; text-transform: uppercase; }


.tabs { position: relative; height: 500px; width: 500px; clear: both; }
.tab label { display: block; width: 50px; background: #FFF; color: #030303; padding: 15px; font: 6px/12px kite one; text-transform: uppercase; letter-spacing: 3px; text-align: right; position: absolute; right: 325px; top: 200px; }
.tab [type=radio] { display: none; }

[type=radio]:checked ~ label { background: #DBDF8A; color: #FFF; border-bottom: 0px; z-index: 2; }
[type=radio]:checked ~ label ~ .thcontent { z-index: 1; opacity: 1; filter: alpha(opacity=100); }
.thcontent { width: 300px; position: absolute; top: 12px; left: 187px; float: right; right: 12px; bottom: 12px; text-align: justify; opacity: 0; filter: alpha(opacity=0); }
[type=radio]:checked ~ label { background: #DBDF8A; color: #030303; border-bottom: 0px; z-index: 2; }
[type=radio]:checked ~ label ~ .thcontent { z-index: 1; }

.thfirsttab { text-align: center; width: 300px; position: absolute; bottom: 20px; left: 35px; background-color: rgba(0,0,0,0.8); padding: 20px; width: 190px; height: 90px; color: white; font-family: times; font-size: 7px; letter-spacing: 2px; line-height: 10px; }

.thappcontent { background-color: rgba(255,255,255,0.8); padding: 20px; font-family: times; font-size: 10px; line-height: 11px; letter-spacing: 1px; height: 432px; overflow: auto; }

.thabout { position: absolute; top: 180px; left: -15px; width: 300px; }
.thabout ul { list-style: none; }
.thabout li { display: block; float: left; margin-left: 5px; margin-bottom: 5px; background-color: #030303; text-align: center; font-family: kite one; letter-spacing: 1px; color: white; font-size: 7px; line-height: 20px; width: 80px; }

</style>
<center>

<div id="thtabcontainer">
<div class="thcontimage">

<img src="http://sa.uploads.ru/jd2OR.png">

</div>

<div class="tabs">
  
 <div class="tab">
     <input type="radio" id="tab-1" name="tab-group-1" checked>
     <label for="tab-1">one</label><div class="thcontent"><div class="thfirsttab">

<center>NAME SURNAME | ИМЯ ФАМИЛИЯ<br><br>
возраст цифрой, ориентация<br>
профессия<br><br>
look like внешность (англ.)</center>

</div></div> </div>
<div class="tab">
     <input type="radio" id="tab-2" name="tab-group-1">
     <label for="tab-2" style="margin-top: 42px;">two</label><div class="thcontent"><div class="thabout">

<ul>
 <li>характерная черта</li>
 <li>характерная черта</li>
 <li>характерная черта</li>
</ul>
<ul>
 <li>характерная черта</li>
 <li>характерная черта</li>
 <li>характерная черта</li>
</ul>
<ul>
 <li>характерная черта</li>
 <li>характерная черта</li>
 <li>характерная черта</li>
</ul>
<ul>
 <li>характерная черта</li>
 <li>характерная черта</li>
 <li>характерная черта</li>
</ul>
<ul>
 <li>характерная черта</li>
 <li>характерная черта</li>
 <li>характерная черта</li>
</ul>


     </div></div>
 <div class="tab">
     <input type="radio" id="tab-3" name="tab-group-1">
     <label for="tab-3" style="margin-top: 84px;">three</label><div class="thcontent"><div class="thappcontent">

описание характера и биографии персонажа. сплошным текстом.

</div>
     </div> 
 </div>

  
</div>
</div>
</center>
код шаблона

<!--HTML-->
<link href='http://fonts.googleapis.com/css?family=Kite+One' rel='stylesheet' type='text/css'>
<style type="text/css">
::-webkit-scrollbar { height: 12px; width: 10px; background-color: transparent;}
::-webkit-scrollbar-thumb { background: #030303; }
::-webkit-scrollbar-corner { background: #030303; }
::-webkit-scrollbar-track { background: transparent; }
#thtabcontainer { width: 500px; height: 500px; background-color: #030303; position: relative; }
.thcontimage img { position: absolute; right: 0px; top: 0px; width: 325px; height: 500px; }
.thooc { position: absolute; bottom: 20px; left: 25px; width: 105px; padding: 10px; font-family: kite one; font-size: 6px; letter-spacing: 1px; line-height: 8px; color: white; text-transform: uppercase; }

.tabs { position: relative; height: 500px; width: 500px; clear: both; }
.tab label { display: block; width: 50px; background: #FFF; color: #030303; padding: 15px; font: 6px/12px kite one; text-transform: uppercase; letter-spacing: 3px; text-align: right; position: absolute; right: 325px; top: 200px; }
.tab [type=radio] { display: none; }

[type=radio]:checked ~ label { background: #DBDF8A; color: #FFF; border-bottom: 0px; z-index: 2; }
[type=radio]:checked ~ label ~ .thcontent { z-index: 1; opacity: 1; filter: alpha(opacity=100); }
.thcontent { width: 300px; position: absolute; top: 12px; left: 187px; float: right; right: 12px; bottom: 12px; text-align: justify; opacity: 0; filter: alpha(opacity=0); }
[type=radio]:checked ~ label { background: #DBDF8A; color: #030303; border-bottom: 0px; z-index: 2; }
[type=radio]:checked ~ label ~ .thcontent { z-index: 1; }

.thfirsttab { text-align: center; width: 300px; position: absolute; bottom: 20px; left: 35px; background-color: rgba(0,0,0,0.8); padding: 20px; width: 190px; height: 90px; color: white; font-family: times; font-size: 7px; letter-spacing: 2px; line-height: 10px; }

.thappcontent { background-color: rgba(255,255,255,0.8); padding: 20px; font-family: times; font-size: 10px; line-height: 11px; letter-spacing: 1px; height: 432px; overflow: auto; }

.thabout { position: absolute; top: 180px; left: -15px; width: 300px; }
.thabout ul { list-style: none; }
.thabout li { display: block; float: left; margin-left: 5px; margin-bottom: 5px; background-color: #030303; text-align: center; font-family: kite one; letter-spacing: 1px; color: white; font-size: 7px; line-height: 20px; width: 80px; }

</style>
<center>

<div id="thtabcontainer">
<div class="thcontimage">

<img src="картинка вашей внешности размером 325х500">

</div>

<div class="tabs">
 
<div class="tab">
     <input type="radio" id="tab-1" name="tab-group-1" checked>
     <label for="tab-1">one</label><div class="thcontent"><div class="thfirsttab">

<center>NAME SURNAME | ИМЯ ФАМИЛИЯ<br><br>
возраст цифрой, ориентация<br>
профессия<br><br>
look like внешность (англ.)</center>

</div></div> </div>
<div class="tab">
     <input type="radio" id="tab-2" name="tab-group-1">
     <label for="tab-2" style="margin-top: 42px;">two</label><div class="thcontent"><div class="thabout">

<ul>
<li>характерная черта</li>
<li>характерная черта</li>
<li>характерная черта</li>
</ul>
<ul>
<li>характерная черта</li>
<li>характерная черта</li>
<li>характерная черта</li>
</ul>
<ul>
<li>характерная черта</li>
<li>характерная черта</li>
<li>характерная черта</li>
</ul>
<ul>
<li>характерная черта</li>
<li>характерная черта</li>
<li>характерная черта</li>
</ul>
<ul>
<li>характерная черта</li>
<li>характерная черта</li>
<li>характерная черта</li>
</ul>

     </div></div>
<div class="tab">
     <input type="radio" id="tab-3" name="tab-group-1">
     <label for="tab-3" style="margin-top: 84px;">three</label><div class="thcontent"><div class="thappcontent">

описание характера и биографии персонажа. сплошным текстом.

</div>
     </div>
</div>

 
</div>
</div>
</center>