* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: url(images/stripe.png) repeat;
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 20px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: green;
	margin-bottom: 0px;
}

ul {
	margin-left: 0px;
}

img {
	border: none;
}

#page-wrap {
	background: black;
	min-width: 780px;
	max-width: 955px;
	margin: 0px auto;
	}
	#page-wrap #inside {
		margin: 00px 0px 0px 00px;
		padding-top: 00px;
		padding-bottom: 00px;
	}
	
#main-content {
	background: url(images/bkgrndpilch.jpg);
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	
}
	
#header {
	background: black;
	text-align: center;
}
<style type="text/css">
div.background
  {
  width:500px;
  height:250px;
  border:2px solid black;
  }
div.transbox
  {
  width:400px;
  height:280px;
  margin:30px 50px;
  background-color:#000000;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  text-align:left
  }
div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#FC6;
  font-family:Arial, Helvetica, sans-serif:
    }

</style>