/* CSS Document */

body {
	background-image:url(images/showsBox.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EEEEEE;
	font-family:century, verdana, sans-serif;
	font-size:0.64em;
	color:#333333;
	margin:0;
	}
	
body a, body a:link, body a:visited {

	color:#ab002d;
	text-decoration:none;
}
	
	
body a:hover, body a:active {

	color:#333333;
	text-decoration:none;

}
	
#container {
	position	: absolute;
	top			: 34px;
	left		: 10px;
	width		: 292px;
	height		: 210px;
	overflow	: hidden;
}

#content {
	text-align	:justify;
	position	: relative;
	width		: 282px;
	left		: 5px;
}

p {
		text-align: center;
}

#scrollArea {
	position	: absolute;
	left		: 302px;
	top			: 34px;
	height		: 210px;
	width		: 15px;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background-image:url(images/scroll3.gif);

}

#center{

	text-align: center;
	
	}
