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

body {
	background-color:#000;
	color: #FFF;
	font-size: 36px;
	text-align:center; 
	}

#wrapper {
	clear:none;
	float:none;
	font-family:Arial,Helvetica,sans-serif;
	height:1250px;
	margin:0 auto;
	width:100%
}

#content {
	text-align:center;
	margin:0 auto;
	width:100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

h2 { 
   position: absolute; 
   font-size: 14pt;
   top: 295px; 
   right: 0; 
   max-width: 940px; 
}

#art {
	text-align:center;
	position: relative;
	margin:0 auto;
	max-width:960px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#text {
	text-align:center;
	position: relative;
	margin:0 auto;
	max-width:960px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.text {
	font-size:18px;
	font-weight:300;
}

#retail {
	clear:right;
	overflow: hidden;
	float: left;
	vertical-align:middle;
	text-align: center;
	max-width: 960px;
}

.retail {
	font-size:28px;
	font-weight:bold;
	text-align: center;
	width: 356px;
}

#buy {
	clear:left;
	overflow: hidden;
	float: right;
	vertical-align:middle;
	text-align: left;
	max-width: 960px;
}

.buy {
	font-size:14px;
	font-weight:normal;
	top: 50px; 
	position: absolute;
	width: 574px;
	padding-left: 30px;
}

.fred {
	clear:left;
	overflow: hidden;
	float: right;
	vertical-align:middle;
	text-align: center;
    width: 604px;
}