* {padding:0;margin:0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, address { margin:20px 0; }
li, dd, blockquote { margin-left: 40px; }

body {
	font:62.5%/1.4 Arial, Helvetica, Sans-Serif;
	text-align:center;
	background:#d2d2ab;
	}
#page {
	width:760px;
	font-size:1.4em;
	margin:20px auto;
	text-align:left;
	}
#header {
	background:#016a41 url(images/header.png) no-repeat;
	height:150px;
	}
#content {
	background:#fff;
	padding:20px;
	}
#footer {
	background:#016a41 url(images/footer.png) no-repeat;
	height:30px;
	}
.copyright {
	font-size: 1em;
	font-weight: normal;
	color: #9d9d80;
	padding:5px 0 0 20px;
	position:relative;
	}
p {margin:20px 0 0 0;}
h1 {margin:0 0 20px 0;color:#0bb802;}	
a {
	color: #016a41;
	text-decoration:none;
	}
a:hover {
	color: #099101;
	text-decoration:underline;
	}
#buttons {
	margin:20px 0 0 0;
	width:100%;
	text-align:right;
	}
#details {
	margin:0 auto;
	}
.sale_info {
	font-weight:bold;
	color: #0bb802;
	}
.sale_time {
	color: #6B6B6B;
	font-style: italic;
	}
.line {
	border-top:5px solid #d2d2ab;
	border-bottom:5px solid #d2d2ab;
	}
.important {
	color: #0bb802;
	}
#ordernow {
	font-weight:bold;
	padding:5px;
	}
#poweredby {
	position:absolute;
	right:20px;
	top:5px;
	padding-right:20px;
	}
#poweredby a {
	color:#9d9d80;
	}
#poweredby a:hover {
	color:#000;
	}
#poweredby a img {
	border:0 none;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	position:absolute;
	right:0;
	top:0;
	}
#poweredby a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	}