per lo style vai nella cartella "template" cerca il file header.php
aggiungi il tuo Style.... (non toccare quello esistente!!)
Avrai quindi:
codice:
<style type="text/css">
<!--
.font1 { font-family: $VARS[font_face]; font-size: $VARS[tb_font_1]; color: $VARS[text_color] }
.font2 { font-family: $VARS[font_face]; font-size: $VARS[tb_font_2]; color: $VARS[text_color] }
.font3 { font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: $VARS[text_color]; font-weight: bold}
.select { font-family: $VARS[font_face]; font-size: 9pt}
.input { font-family: $VARS[font_face]; font-size: 9pt}
#wrapper {background: #323232;
border: 0;
margin-left: auto;
margin-right: auto;
width: 1000px}
#leftborder {background-image: url(indirizzo immagine); background-position: left; background-repeat: repeat-y;}
#rightborder {background-image: url(indirizzo immagine); background-position: right; background-repeat: repeat-y;}
#topborder {background-image: url(indirizzo immagine); background-position: top; position: relative; background-repeat: no-repeat;}
#bottomborder {background-image: url(indirizzo immagine); background-position: bottom; background-repeat: no-repeat; padding-bottom: 70px;}
-->
</style>