body {
  text-align: center; 
  margin-top:20px;
  background-color: #F0F0F0;
  }

#container {
	margin: 0 auto;
	width: 100%;
	text-align:center;
  }
#content {
	margin: 0 auto;
	width: 65%;
	border-top: medium double #0000FF;
	border-right: medium double #0000FF;
	border-bottom: medium double #0000FF;
	border-left: medium double #0000FF;
  }
textarea#styled {
	width: 300px;
	height: 100px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
textarea#styled2 {
	width: 300px;
	height: 100px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}
