/* CSS Document */<STYLE type="text/css">body {  text-align:center;  font-family: Georgia, Serif;  background: #000000;}#frame {  width:750px;  text-align:left;}#header{  float: left;  width: 350px;  height: 102px;  }#leftcontent {  font-family: trebuchet ms;  color:red;  text-align:center;  float: left;  width: 140px;  height: 102px;  background: #000000;  margin: 5px;  padding: 10px;}#rightcontent {  font-family: trebuchet ms;  color:red;  text-align:center;  float: left;  width: 140px;  height: 102px;  background: #000000;  margin: 5px;  padding: 10px;}h1 {  font-size:large;}#content{  font-family: trebuchet ms;  font-size: 85%;    color: #FF8080;  float: left;  width: 650px;  height: 102px;  margin: 5px;  }</STYLE>