@charset "UTF-8";
/* CSS Document */
body{
	background-color:#fff;
    text-align: center;   /*centra in IE 5.x */
    }
#container{
	width : 706px;
	height:auto;
	margin : 0 auto;
	border : 0px solid #000;
	}
#header1{
	float:left;
	width:439px;
	height:102px;
	background-image:url(../img/top1.gif);

}
#header2{
	float:left;
	width:267px;
	height:103px;
	background-image:url(../img/top2.gif);
}
#spacer{
	width:706px;
	height:36px;
	clear:left;
}
#tv {
	width:320px;
	height:240px;
	margin-left:200px;
	background-color:#000;
}
#footer{
	width:600px;
	height:187px;
	margin-left:60px;
	background-image:url(../img/899.jpg);
}
