43 lines
764 B
Plaintext
Executable File
43 lines
764 B
Plaintext
Executable File
<style type="text/css">
|
|
<!--
|
|
.all {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
line-height: normal;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
text-decoration: none;
|
|
width: 900px;
|
|
text-align:left;
|
|
border: 1px solid #cccccc;
|
|
}
|
|
.header {
|
|
background-repeat: no-repeat;
|
|
height:121px;
|
|
background-position: center;
|
|
}
|
|
.header img {
|
|
padding: 5px 10%;
|
|
}
|
|
.atos{
|
|
height: 300px;
|
|
padding-left: 10%;
|
|
padding-right: 10%;
|
|
}
|
|
.footer{
|
|
height: 100px;
|
|
text-align: center;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
-->
|
|
</style>
|
|
<body>
|
|
<div align="center">
|
|
<div class="all">
|
|
<div class="header"><img src="merchant.gif"></div>
|
|
<div class="atos">[SIPS]</div>
|
|
<div class="footer"></div>
|
|
</div>
|
|
</div> |