<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Îïíàíý</title>
<link rel="stylesheet" type="text/css" href="style2/style.css" />
</head>
<body>
<div class="c1">
<img src="style2/3.png" alt="qwerty">
</div>
<div class="version">Version 1.43</div>
<div class="box">Asdsdsdsd</div>
</body>
</html>
body {
background-color: white;
margin: 0px;
}
p {
color: #ffffff;
font-style: georgia;
font-size: 18px;
}
div.c1 {
position:relative;
top: 40px;
left: 30px;
width: 340px;
float: left;
}
div.version {
position:absolute;
top: 190px;
left: 250px;
width:150px;
font-family: georgia;
font-size: 24px;
}
div.box {
position:absolute;
top: 100px;
right: 100px;
font-family: Myriad Pro;
font-size: 60px;
color: #005599;
min-width: 300px;
}