@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top:58px;
	margin-right: 0px;
	margin-bottom: 100px;
	background-image:url(IMG/bg.jpg);
 background-position:center;
	background-position:top;
	font-size: 11px;
	font-family: Arial;
	color:#ffffff;
	}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#content {
	width:900px;
	margin:0px auto;
	color:#ffffff;
	}

#toplogo {
	width:900px;
	margin:0px auto;
	top: 20px;
	z-index:2;
	position:absolute;
	}
	
#news {
	width:350px;
	height:424px;
	margin:0px auto;
	top: 183px;
	z-index:2;
	position:absolute;
    left:50%;
	margin-left:-190px;
	}	
	
#sidebar {
	width:184px;
	height:424px;
	margin:0px auto;
	top: 183px;
	z-index:2;
	position:absolute;
    left:50%;
	margin-left:170px;
	}		
	
#shows {
	width:176px;
	height:166px;
	margin:0px auto;
	top: 333px;
	z-index:2;
	position:absolute;
    left:50%;
	margin-left:180px;
	}			
	
#store {
	width:555px;
	height:20px;
	margin:0px auto;
	top: 183px;
	z-index:2;
	position:absolute;
    left:50%;
	margin-left:-190px;
	}
	
#storecontent {
	width:555px;
	height:180px;
	margin:0px auto;
	top: 213px;
	z-index:2;
	position:absolute;
    left:50%;
	margin-left:-190px;
	}
	
#storepage {
	width:555px;
	height:424px;
	margin:0px auto;
	top: 213px;
	z-index:2;
	position:absolute;
    left:50%;
	margin-left:-190px;
	}	
	
#storecontent2 {
	width:555px;
	height:100px;
	margin:0px auto;
	top: 443px;
	z-index:2;
	position:absolute;
    left:50%;
	margin-left:-190px;
	}
	
#emaillist {
	width:701px;
	height:260px;
	margin:0px auto;
	top: 267px;
	z-index:2;
	position:absolute;
    left:50%;
	margin-left:-213px;
	}	
	
#player {
	width:200px;
	height:20px;
	margin:0px auto;
	top: 56px;
	z-index:2;
	position:absolute;
    left:50%;
	margin-left:-260px;
	}	
	
	.tab{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 264px;
	background-color:transparent;
	z-index:9;
	}
	
	

.box {
	padding-right:36px;
	padding-left:36px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
	font-weight:bold;
}

.boxright {
	padding-right:36px;
	padding-left:36px;
	text-align:right;
	font-weight:bold;
	
}
.boxcenter {
	padding-right:36px;
	padding-left:36px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
	
}
.textred {
	color:#AC2424;
}

/* BORDERS */

.borderright {
	border-right: 0px solid #A1A1A1;
}
.borderleft {
	border-left: 0px solid #A1A1A1;
}
.borderbottom {
	border-bottom: 0px solid #A1A1A1;
}
.bordertop {
	border-top: 0px solid #A1A1A1;
}
.border {
	border: 0px solid #A1A1A1;
}

.borderright-white {
	border-right: 0px solid #FFFFFF;
}
.borderleft-white {
	border-left: 0px solid #FFFFFF;
}
.borderbottom-white {
	border-bottom: 0px solid #FFFFFF;
}
.bordertop-white {
	border-top: 0px solid #FFFFFF;
}
.border-white {
	border: 0px solid #FFFFFF;
}


/*  BODY BOX */
.bgwhite {
	background-image: url(../images/white.png);
	}
	.bgwhite2 {
	background-image: url(../images/white-light.png);
	}
.bodymargin {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
	.padding4 {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	}
	
	

/* TEXT */

.text10 {
font-size: 10px;
}
.text11 {
font-size: 11px;
}
.text12 {
font-size: 12px;
}
.text18 {
font-size: 18px;
}
.text14 {
font-size: 14px;
}
.text24 {
font-size: 24px;
}
.textbold {
font-weight: bold;
}
.textwhite {
color: #FFFFFF;
}
.paddingright {
	padding-right: 10px;
	}
.paddingtop {
	padding-top: 10px;
	}
.paddingbottom {
	padding-bottom: 10px;
	}
.paddingleft {
	padding-left: 10px;
	}
	.padding4left {
	padding-left: 4px;
	}
.padding4topbottom {
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
	