That will work however, you will probably have to HTML code it to do as you want it to do... using tables etc. to achieve what you want to do.

For example

Code
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Dawn of Iskirra</title>
<style type="text/css">
<!--
body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
-->
</style>
</head>
<body> 

<tr>
<td>
<table width="100%" class="t_inner" cellpadding="0" cellspacing="0">
</tr>
<tr>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td background="/smallwaterfall.jpgx"><div align="center"><img src="/iskirraclear.png" width="800" height="200"/></div></td>

  </tr>
</table>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">

    </div></td>
  </tr>
  <tr>
    <td valign="top" background="testpana.png"><div align="center" class="style2">
    </div></td>
  </tr>
</table>
</td></tr>
</div>
      </tbody>
    </table>
  </body>
</html>