body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font: 12px arial, helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align:center;
  }
#content {
	margin: 0 auto;
	width: 65%;
	height: auto;
	text-align:center;	
  }
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;
}
.box {
	float: left;
	border: 2px solid black;	
	background-color: #909090;	
	moz-border-radius-topright:17px;
	moz-border-radius-topleft:17px;
	webkit-border-radius-top-right:17px;
	webkit-border-radius-top-left:17px;
	border-top-left-radius:17px;
	border-top-right-radius:17px;
	text-align:center;
	padding:0px 0px 0px 0px;
	width: 100%;
}
.boxBottom {
	float: left;
	background-color: #eeeeee;	
	border-bottom: 2px solid black;		
	border-right: 2px solid black;
	border-left: 2px solid black;
	moz-border-radius-bottomright:17px;
	moz-border-radius-bottomleft:17px;
	webkit-border-radius-bottom-right:17px;
	webkit-border-radius-bottom-left:17px;
	border-bottom-left-radius:17px;
	border-bottom-right-radius:17px;
	text-align:center;
	padding:0px 0px 0px 0px;	
	width: 100%;
}

