body {
    background-color: #000;
    margin: 0;
    padding: 0;
}


div, p, b, span, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, dt, form, fieldset, input, textarea, label, table, tr, td {
    margin: 0;
    padding: 0;
    list-style: none;
}


div.clear {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}

p {
	font-family: georgia, garamond, times, serif;
	font-size: 1em;
	color: #d7d7d7;
	text-align: center;
	margin: 30px 0;
}

div {
	width: 704px;
	margin: 0 auto;
	margin-bottom: 25px;
}

div img {
	border: 1px solid #666;
	padding: 1px;
}


div#page-back {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 25px;
}

div#page-back a {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #d7d7d7;
	text-decoration: none;
	padding-bottom: 2px;
}

div#page-back a:hover {
	color: #999;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
}














