
@media (min-width: 800px) {
  /* Styles for screens 800px wide or larger */
  #content {
	width:600px
  }  
}

#content {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	padding:5px;
}

textarea {
	resize: none;
    border:1px solid #999999;
    width:100%;
}

input[type="text"] {
	width:100%;
}

table {
	width: 100%;
}

#header_wrap { text-align: center; }