<style type="text/css">
	#txt{
		width: 200px;
		margin: 50px auto;
		font-weight: bold;
		font-size: 36px;
		color:#c00;
		position: relative;
		font-family: impact;
	}
</style>
#contents       {
    position:relative
}
 
#box            {
    position:absolute;
    top:0;
    left:0  ;
    background:#dd0000;
    width:100px;
    height:100px
}
.img_top1{
width: auto ;
height: auto;
z-index: 20;
position: absolute;
margin-top: -150px;
margin-left: 650px; 
}
.img_top2{
width: auto ;
height: auto;
z-index: 20;
position: absolute;
margin-top: -150px;
margin-left: 950px; 
}
@media screen and (max-width:1680px)
{
.img_top1{
margin-left: 500px; 
}
.img_top2{
margin-left: 850px; 
}
}
@media screen and (max-width:1500px)
{
.img_top1{
margin-left: 400px; 
}
.img_top2{
margin-left: 750px; 
}
}
@media screen and (max-width:1324px)
{
.img_top1{
margin-left: 200px; 
}
.img_top2{
margin-left: 600px; 
}
}
@media screen and (max-width:1024px)
{
.img_top1{
margin-left: 180px; 
}
.img_top2{
margin-left: 480px; 
}
}
