/* Temporary Page */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #ffffff;
	color: #444444;
	font: normal 8pt/100% "trebuchet ms", arial, serif;
	}

a, a:link, a:visited {
	color: #b42c2c;
	text-decoration: none;
	}

a:hover, a:active {
	color: #000000;
	}

a img {
	border: 0;
	}

#top {
	width: 100%;
	height: 25px;
	background: #000000;
	}

#wrap {
	width: 560px;
	text-align: left;
	margin: 100px auto;
	}

p {
	text-indent: 20px;
	line-height: 18px;
	margin: 0 auto;
	padding: 8px 0 3px 0;
	}