For some reason my textarea DIV is not inheriting
margin: 0 auto
from its parent:
*
{
padding: 0;
margin: 0 auto;
}
Here is a link to my CSS & HTML for this example
How can I make it so that the textarea DIV actually gets centered?