body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 14pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#conatainer{
	width: 760px;
	margin: auto;
}

#title, #side_box, #menu, #cart, #footer {
  display : none;
}

#order_header{
	display:block;
	width: 760px;
	height: 50px;
}

#content{
	display:block;
	width:760px;
	margin: auto;
}