/* CSS Document -- charlielovesamanda */


/* Global Reset */
*{ margin: 0; padding: 0; }*
:focus, :active { outline: 0; }

/* Architecture */
body {
	background-color: #000;
	background-repeat: no-repeat;
	color: #FFF;
	font: normal normal normal 12px/1em Georgia, "Trebuchet MS", Arial, sans-serif;
}
body#home { background-image: url('../img/charmanda.jpg'); }
body#contact { background-image: url('../img/hands.jpg'); }
a:link, a:visited, a:active { color: #FFF; text-decoration: underline; }
a:hover { text-decoration: none; }
p { margin: 5px 0 20px; }
ul { margin: 10px 0; list-style-type: none; }
ul li { padding: 5px 0; }
form { width: 500px; padding: 10px; border: 1px dotted #fff; }

/* General */
#back { position: absolute; top: 0; right: 0; padding: 0 5px; }
#cred { position: absolute; bottom: 0; right: 0; padding: 0 5px; }

#content { padding: 0 5px; }
span.meta { color: #CCC; }

/* Ancillary */
.err { color: #900; }