

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>my splash page</title>
<style type="text/css">
body {
font-family: Arial, sans-serif;
font-size: 12px;
}
.terms {
background: url(bgimage.jpg);
margin: auto;
margin-top: 100px;
padding: 10px;
width: 320px;
}
</style>
</head>
<body>
<div class="terms">
Insert Terms and Conditions text here.
</div>
</body>
</html>


