html {
	height: 100%;
	}
body {
	height: 100%;
	color: #fff;
	background-color: #000;
	background-image: url(../../assets/images/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 1em;
	overflow: hidden;
	}
select, input {
	font-family: sans-serif;
	padding: 1px;
	}
	
table {
	width: 100%;
	height: 100%;
	}
table td {
	vertical-align: middle;
	}
	
#container {
	width: 860px;
	margin: 0 auto;
	}
#preorder {
	width: 860px;
	height: 460px;
	background-image: url(../../assets/images/preorder.png);
	background-repeat: no-repeat;
	position: relative;
	}
#preorder .cd,
#preorder .cd-package {
	width: 430px;	
	float: left;
	}
#preorder .cd form,
#preorder .cd-package form {
	margin-top: 328px;
	text-align: center;
	}
.preorder-btn {
	width: 181px;
	margin-top: 30px;
	}
	
#silent_uproar {
	width: 197px;
	height: 32px;
	background-image: url(../../assets/images/silent_uproar.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 15px;
	right: 15px;
	}
#silent_uproar a {
	width: 197px;
	height: 32px;
	display: block;
	}
#bandcamp {
	width: 288px;
	height: 20px;
	background-image: url(../../assets/images/bandcamp.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 15px;
	left: 15px;
	}
#bandcamp a {
	width: 288px;
	height: 20px;
	display: block;
	}
	
#complete {
	width: 600px;
	color: #f0f0bb;
	background-color: #030303;
	font-family: Verdana;
	font-size: 14px;
	padding: 20px;
	margin: 0 auto;
	}
#complete h1 {
	font-size: 18px;
	}
#complete p {
	margin-top: 20px;
	line-height: 1.4em;
	}
#complete a {
	color: #e1e25e;
	}