#wrapper {
	margin: 5px auto;
	position: relative;
	width: 770px;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#orderbtn {
	position: absolute;
	left: 614px;
	top: 216px;
}
#footer {
	letter-spacing: 0.2em;
	text-align: center;
	width: 400px;
	position: absolute;
	left: 185px;
	top: 900px;
	color: #666;
	font-size: 14px;
	line-height: 16px;
	background: #FFF;
}
a:link, a:visited {
	text-decoration: none;
	color: #132B51;
}
a:hover, a:active {
	color: #E31E25;
	text-decoration: underline;
}
a img {
	border-style: none;
}
