/* Reset all margins and padding to ensure x-browser compatibility */
* {
	padding: 0px;
	margin: 0px;
}

body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
	background-color: #000;
	background-image: url(images/background.gif);
}

body, table, div, td, input, textarea {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5em;
	color: #aaa;
}
p {
  margin-bottom: 2em;
}
a:link, a:visited {
	color: #00CDFF;
}

h1, h2, h3 {
	color: #fff;
	font-weight:normal;
	line-height: 1.5em;
}

h2 {
  color: #999;
}
b {
  color: #fff;
}
label {
	color: #999;
}

.text_input {
	background-color: #ddd;
	border: 1px solid #333;
	padding: 5px;
	color: #000;
}

.button {
	background-color: #A61100;
	border-color: #A61100;
	color: #eee;
	padding: 3px;
	cursor: pointer;
	cursor: hand;
}

.info {
  font-size: 0.9em;
  font-style: italic;
}

#container {
	width: 800px;
	margin: 20px auto;
	margin-bottom: 100px;
}

#content {
  background-color: #333;
  padding: 20px;
}
#header { height: 70px; }
#header, #header_two, #header_three { overflow: hidden; }
#header_two, #header_three {
	background-color: #212121;
}
#header_two { height: 46px; margin: 0px; }
#header_three { height: 70px; text-align: center; }
#header_three img {
	margin: 0px 20px;
}
#piece {
  position: absolute;
  margin-bottom: -175px;
	margin-left: 525px;
	position: relative;
}

#sign_up {
	z-index: 10;
	position:absolute;
	top: 250px;
	left: 0px;
	background-color: #000;
	padding: 20px;
}

#order_shirt_and_cd {
  position: absolute;
  margin-left: 550px;
  margin-top: 65px;
}
#order_shirt {
  position: absolute;
  margin-left: 550px;
  margin-top: 130px;
}

#order_shirt_and_cd *, #order_shirt * {
  color: #333;
}
#order_shirt_and_cd table td, #order_shirt table td {
  padding: 4px;
}
