<html>
<head>
<title>Title for your site</title>
<style type="text/css">
body {
background: url('main/bam.png');
}
.button1 {
margin: 100px 0 0 180px;
display: block;
float: left; <!-- Remove if you dont want the buttons to be in same line. -->
}
.button2 {
margin: 100px 0 0 180px;
display: block;
float: left; <!-- Remove if you dont want the buttons to be in same line. -->
}
</style>
</head>
<body >
<div class="button1">
<a href="127.0.0.1/bakla"><img src="main/tang.png" alt="HighRated"/></a>
</div>
<div class="button2">
<a href="127.0.0.1/tabkla"><img src="main/tang.png" alt="HighRated"/></a>
</div>
</body>
</html>