body {
	margin-left: 0 auto;
	margin-top: 0px;
	margin-right: 0 auto;
	margin-bottom: 0px;
	background-color: #a6b9ab;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffcc00;
}
a:hover {
	text-decoration: none;
	color: #8e8e8e;
}
a:active {
	text-decoration: none;
}
#wrapper { 
text-align:left; /* reset text alignment */ 
width:1050px;
margin:0 auto; /* for the rest */ 
}

#fadeshow1{
	top: 0px;
	position: relative;
	z-index:-1;
	float: left;
	background-color: #a6b9ab;
	}
#container{
	margin: 0 auto;
	padding: 0;
	top: 0px;
	width: 960px;
	position: relative;
	z-index: 2012;
}
#name2{
	margin: 0 auto;
	width: 843px;
	height: 202px;
	position: relative;
	float: center;
	z-index: 8;
	top: -900px;
	}
#player{
	margin: 0 auto;
	width: 330px;
	height: 360px;
	position: relative;
	float: left;
	padding-left:72px;
	z-index: 9;
	top: -680px;
	}
#beatbox{
	margin: 0 auto;
	width: 600px;
	height: 375px;
	position: absolute;
	float: left;
	padding-left:420px;
	z-index: 8;
	top: 500px;
	}
#photo{
	margin: 0 auto;
	width: 500px;
	height: 300px;
	position: absolute;
	float: left;
	padding-left:500px;
	z-index: 7;
	top: 250px;
	repeat: no;
	}
#purchase{
	margin: 0 auto;
	width: 123px;
	height: 50px;
	position: absolute;
	float: left;
	padding-left:200px;
	z-index: 10;
	top: 625px;
	repeat: no;
	}
#footer{
	margin: 0 auto;
	padding: 0;
	padding-left: 110px;
	text-align: center;
	top: 1300px;
	width: 800px;
	position: absolute;
	z-index: -10;
}
#centra{
	margin: 0 auto;
	top: -180px;
	width: 500px;
	position: relative;
	z-index: 5;
}
#centraimg{
	width: 200px; height: 200px;
	background: url('http://luakabop.com/gimme/centra2.png') no-repeat top left; 
	top: 1000px;
	left: 800px;
	position: absolute;
	z-index: 6;
	float: left;
	}

a img {
  border-width:0;
  }
table, td, a {
	color: #000;
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif
}
 
h1 {
	font: normal normal 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0
}
 
h2 {
	font: normal normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0
}
 
h3 {
	font: normal normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #008000;
	margin: 0 0 15px 0
}
.style4 {
	font: normal normal 19px Helvetica, Geneva, Arial, sans-serif;
	color: #000;
}
.style5 {
	font: normal normal 14px Helvetica, Geneva, Arial, sans-serif;
	color: #000;
}
/* end basic styling                                 */
 
/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	border: 0px solid #963;
	height: 250px;
	overflow: auto;
	width: 330px
	float: left;
	z-index: 99999999;
	top: 670px;
	left: 120px;
	position: absolute;

}
 
/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 330px
}
 
/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 330px
}
 
/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 314px
}
 
/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}
 
/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}
 
/* make the TH elements pretty */
thead.fixedHeader th {
	background: transparent;
	border-left: 0px solid #EB8;
	border-right: 0px solid #B74;
	border-top: 0px solid #EB8;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left
}
 
/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%
}
 
/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%
}
 
/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 250px;
	overflow: auto;
	width: 100%;
}
 
/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #fff;
	border-bottom: none;
	border-left: none;
	border-right: 0px solid #CCC;
	border-top: 0px solid #DDD;
	padding: 2px 3px 3px 4px
	filter: alpha(opacity=50); /* ie */
	-moz-opacity: .5; /* mozilla */
}
 
tbody.scrollContent tr.alternateRow td {
	background: #fff;
	border-bottom: none;
	border-left: none;
	border-right: 0px solid #CCC;
	border-top: 0px solid #DDD;
	padding: 2px 3px 3px 4px
}
 
/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th {
	width: 330px
}
 
html>body thead.fixedHeader th + th {
	width: 330px
}
 
html>body thead.fixedHeader th + th + th {
	width: 330px
}
 
/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 330px
}
 
html>body tbody.scrollContent td + td {
	width: 330px
}
 
html>body tbody.scrollContent td + td + td {
	width: 330px
}