html, body {
margin: 0px;
padding: 0px;
}

body {
font-family: Arial, Verdana, sans-serif;
font-size: 28px;
text-align: center;
line-height: 40px;
color: #bb070d;
background-color: #fff;
}

p {
margin: 0;
padding: 0;
}

div#targa {
position: relative;
background-color: #e1e1e1;
margin: 80px auto;
padding: 20px 10px 20px 10px;
width: 430px;
height:auto;
}

div#tl {
position: absolute;
top: 0;
left: 0;
width: 20px;
height:20px;
background-image: url(tl.png);
}

div#tr {
position: absolute;
top: 0;
right: 0;
width: 20px;
height:20px;
background-image: url(tr.png);
}

div#bl {
position: absolute;
bottom: 0;
left: 0;
width: 20px;
height:20px;
background-image: url(bl.png);
}

div#br {
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height:20px;
background-image: url(br.png);
}
