.right {
//	position:		fixed;
//	right:			0%;
	float:			right;
}

.center {
	text-align:		center;
}

.left {
	text-align:		left;
}

.left-string {
	font-family:	"Comic Sans MS";
	font-size:	12px;
	text-align:	left;
	color:		white;
}

.string {
	font-family:	"Comic Sans MS";
	font-size:	12px;
	text-align:	center;
	color:		white;
}

A {
	text-decoration:	none;
}

a:link {
	color:	darkslategray;
}

a:visited {
	color:	darkslategray;
}

a:hover {
	color:		white;
	background:	gray;
}

a:active {
	color:	darkslategray;
}



TH {
	//border:	1px darkslategray groove;
	border:	0;
}

TD {
	border:	0;
	padding: 2px;
}

.menu {
	font-family:	"Comic Sans MS";
	font-size:	18px;
	text-align:	center;
	letter-spacing:	2px;
}


.live_background {
	text-align:		center;
	height:			375px;
	background-image:	url(../image/live.jpg);
        background-repeat:      no-repeat;
        background-position:    center center;
}

.information_background {
	text-align:		center;
	height:			375px;
	background-image:	url(../image/information.jpg);
        background-repeat:      no-repeat;
        background-position:    center center;
}

.sound_background {
	text-align:		center;
	height:			375px;
	background-image:	url(../image/sound.jpg);
        background-repeat:      no-repeat;
        background-position:    center center;
}

.link_background {
	text-align:		center;
	height:			375px;
	background-image:	url(../image/link.jpg);
        background-repeat:      no-repeat;
        background-position:    center center;
}

