@charset "utf-8";
/* CSS Document */

html,body {
	font-family:Times;
	font-size:12px;
	color:#f4f4f4;
	background-color:#000000;
	margin-left:0px;
	margin-top:0px;
}
a {
	font-size: 12px;
}
a:link {
	color: #f4f4f4;
	text-decoration: none;
}
a:visited {
	color: #f4f4f4;
	text-decoration: none;
}
a:active {
	color: #f4f4f4;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #f4f4f4;
}


/* FOCUS FIX FOR FIREFOX */
a:focus {
	outline:0px !important;
}



/* layout */
#wrapper {
	background-color:transparent;
	height:425px;
	width:725px;
	left:50%;
	margin-left:-362px;
	top:25px;
	position:absolute;
}

#left {
	background-image:url(../images/pre-order/cdHeader.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	left:0px;
	margin-right:3px;
	height:425px;
	width:362px;
	position:absolute;
}

div#left p {
		padding-top:265px;
}

#right {
	background-image:url(../images/pre-order/vinylHeader.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-left:3px;
	right:0px;
	height:425px;
	width:362px;
	position:absolute;
}

div#right p {
		padding-top:265px;
}

#disclaimer {
	height:100px;
	width:725px;
	left:50%;
	margin-left:-362px;
	top:425px;
	position:absolute;
	text-align:center;
}



/* BUTTONS */
.imageOff{
	background-image:url(http://www.thefelixculpa.com/SeverYourRoots/images/pre-order/buyNow1.gif);
	width:107px;
	height:26px;
}

.imageOn{
	background-image:url(http://www.thefelixculpa.com/SeverYourRoots/images/pre-order/buyNow.gif);
	width:107px;
	height:26px;
}

form {
	width:107px;
	height:26px;
	display:inline;
	margin:0px 0px 0px 0px;
}

#paypal {
	width:107px;
	height:26px;
	left:50%;
	margin-left:-53px;
	position:absolute;
}

#youthConspiracy img {
	width:107px;
	height:26px;
}
a#youthConspiracy img {
	background:url(http://www.thefelixculpa.com/SeverYourRoots/images/pre-order/buyNow1.gif);
}
a#youthConspiracy:hover img {
	background:url(http://www.thefelixculpa.com/SeverYourRoots/images/pre-order/buyNow.gif);
}

#vinylButton {
	width:107px;
	height:26px;
	left:50%;
	margin-left:-53px;
	position:absolute;
}

