@charset "utf-8";
/* CSS Document */
body {
	background-color: #c7bfc0;
	margin: 0; 
	padding: 0;
	position: absolute; 
	top: 0; left: 0; right: 0; bottom: 0;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#e0e0e0;
	vertical-align:top;
}
#header {
	width:inherit;
	height:128px;
	background: url(../images/header.png);
	background-repeat:no-repeat;
	padding-right:20px;
}
#top-phone {
	width:250px;
	text-align:center;
	margin-left:650px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:15px;
}
#ebay {
	width:49%;
	height:311px;
	float:left;
	padding-top:20px;
	padding-left:10px;
}
#video {
	width:49%;
	height:330px;
	float:right;
	padding-top:20px;
	text-align:right;
	padding-right:10px;
	margin-left:-30px;
}
#upper {
	background-color:#e0e0e0;
	width:inherit;
	height:auto;
	height:330px;
}
#divider {
	width:1000px;
	height:35px;
	float:left;
	background: url(../images/divider.png);
}
#divider2 {
	width:1000px;
	height:35px;
	float:left;
	margin-top:-10px;
	background: url(../images/divider.png);
}
#divider-text {
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-top:6px;
}
#mid {
	background-color:#e0e0e0;
	width:inherit;
	height:491px;
	padding-top:20px;
	background-image: url(../images/coinbg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#mid-left {
	width:49%;
	height:358px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	
}
#left-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	padding-left:50px;
}
#mid-right {
	width:463px;
	float:left;
	padding-top:100px;
	padding-left:0px;
	margin-top:30px;
	background: url(../images/formheader.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#cfcfcf;
}
#lower {
	background-color:#e0e0e0;
	padding-top:40px;
	padding-left:20px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer {
	background-color:#e0e0e0;
	padding-top:40px;
	padding-left:20px;
	padding-bottom:10px;
}
.image {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
#copyright {
	background-color:#e0e0e0;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:10px;
	height:50px;
}
#copy {
	width:49%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#636262;
	float:left;
}
#design {
	width:49%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#636262;
	font-size:10px;
	float:left;
}
#design a {
	color:#636262;
	text-decoration:none;
}
#design a:hover {
	color:#636262;
	text-decoration:underline;
}
#form {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:bold;
}
#thankyou {
	font-family:Arial, Helvetica, sans-serif;
	color:#1C6419;
	font-size:24px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}
#error {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0000;
	font-size:24px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}
a, a:hover {
	color:#ff0000;
	text-decoration:underline;
}
