		
		*{
			margin:0;
			padding:0;
			color:#FFF;
		}
		img{
			border:none;
		}
		body {
			background-color: white;
			overflow:hidden;/*Needed to eliminate scrollbars*/
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
		}
		
		.accounts {
		color:#ccc;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size: 11px;
		}
		
		a:hover {
			text-decoration: none;
		}
		#content{
			
			
			width:350px;
			margin-left:-175px;
			height:100px;
			margin-top: -150px;
			background-color: black;
			top:50%;
			left:25%;
			
			position:absolute;
		}
		#shows {
	
			width:350px;
			margin-left:-175px;
			height:100px;
			margin-top: -150px;
			padding-left: 18px;
			top:70%;
			left:25%;
			list-style: none;
			position:absolute;
		}
		
		/*	BODY BORDERS 
	------------ */
#top, #bottom, #left, #right {
	background: white;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 20px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 20px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		
	
		/*Supersize Plugin Styles*/
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			display:none;
		}
		#supersize .activeslide, #supersize .activeslide img{
			display:inline;
		}