html, body, div, span, table {
margin: 0;
padding: 0;
border: none;
width: auto;
height: auto;
font-size: 16px;
font-family: Helvetica, Arial, sans-serif;
color: #000000;
}
body {
width: auto;
background-color: rgb(205,236,106);
border: none;
margin: 0;
padding: 0;
}

#container {
margin-top: 13px;
margin-left: 53px;
margin-right: 53px;
margin-bottom: 10px;
padding:5px;
background-color: white;
height: 400px;
width: 900px;
border: 1px solid green;
overflow: hidden;
}

img{
width: 200px;
height: 100px;
}
.sn1{
position: absolute;
top: 20px;
left: 100px;
}
.sn2{
position: absolute;
top: 240px;
left: 100px;
}
.sn3{
position: absolute;
top: 20px;
right: 450px;
}
.sn4{
position: absolute;
top: 40px;
right: 160px;
}
.sn5{
position: absolute;
top: 240px;
right: 100px;
}
p.page {
background-color: rgb(255,227,132);
color: rgb(0,88,176);
width: 100px;
height: auto;
border: 1px solid black;
padding: 3px;
}

img.logo {
width: auto;
height: auto;
position: absolute;
top: 210px;
left: 380px;
}

span.page{
width: auto;
height: auto;
position: absolute;
top: 320px;
left: 350px;
background-color: rgb(255,227,132);
color: rgb(0,88,176);
border: 1px solid black;
padding: 3px;
}