*, html {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
body {
	background: #000;
	color: #fff;
}
#logo {
	width: 578px;
	height: 550px;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-left: -289px;
	margin-top: -275px;
}
.close {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
	z-index: 150;
	margin-right: -35px;
	margin-top: -15px;
	opacity: 0;
}

#box {
	background: url('images/dabox.png');
	width: 571px;
	height: 0;
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 50%;
	margin-left: -285.5px;
	margin-top: 0;
	opacity: 0;
	border: 1px solid #280006;
}
#box2 {
	background: url('images/dabox.png');
	width: 571px;
	height: 0;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin-left: -285.5px;
	margin-top: 0;
	opacity: 0;
	border: 1px solid #280006;
	color: #a5001b;
	font-family: "Myriad Pro";
	font-size: 8pt;
}
#repeater {
	background: url('images/repeater.png') repeat-y;
	height: 100%;
	width: 65px;
	position: absolute;
	margin-left: 507px;
	top: 0;
	z-index: 30;
}
#title {
	margin: 1em;
}
#footer {
	text-align: center;
	color: #a5001b;
	position: absolute;
	bottom: 0;
	width: 578px;
	z-index: 40;
	font-size: 7pt;
	font-family: "Myriad Pro", serif;
	padding-bottom: 5px;
}
#add {
	color: #a5001b;
	width: 578px;
	z-index: 70;
	font-size: 12pt;
	margin-top: 3px;
	font-family: "Myriad Pro", serif;
	text-align: center;
}
a:link {
	color:  #a5001b;
	text-decoration: none;
	border-bottom: 1px dashed #a5001b;
}
a:visited {
	color:  #a5001b;
	text-decoration: none;
	border-bottom: 1px dashed #a5001b;
}
a:active {
	color:  #a5001b;
	text-decoration: none;
	border-bottom: 1px solid #a5001b;
}
a:hover {
	color:  #a5001b;
	text-decoration: none;
	border-bottom: 1px solid #a5001b;
}
input {
	background: black;
	border: 1px solid #a5001b;
	color: #a5001b;
	padding: 3px;
}
select {
	background: black;
	border: 0;
	color: #a5001b;
}
textarea {
	background: black;
	border: 1px solid #a5001b;
	color: #a5001b;
	padding: 3px;
}
table {
	margin-top: 10px;
	margin-left: 15px;
	display: none;
	height: 0;
	width: 0;
}
input#submit {
	position: absolute;
	margin-top: -48px;
	margin-left: 240.5px;
	width: 50px;
}
a.close:link {
	text-decoration: none;
	border-bottom: 0;
}
a.close:visited {
	text-decoration: none;
	border-bottom: 0;
}
a.close:active {
	text-decoration: none;
	border-bottom: 0;
}
a.close:hover {
	text-decoration: none;
	border-bottom: 0;
}
