

@font-face
{
	font-family: Lato;
	src: url(/fonts/lato-regular.ttf);
	font-weight: normal;
}


@font-face
{
font-family: Lato-Light;
src: url(/fonts/Lato-Light.ttf);
font-weight: normal;
}

@font-face
{
font-family: Lato-LightItalic;
src: url(/fonts/Lato-LightItalic.ttf);
font-style: italic;
}



@font-face
{
font-family: AverageMono;
src: url(/fonts/AverageMono.ttf);
font-weight: normal;
}

@font-face
{
font-family: UniversElse;
src: url(/fonts/UniversElse-Regular.ttf);
font-weight: normal;
}


@font-face
{
font-family: UniversElse-Light;
src: url(/fonts/UniversElse-Light.ttf);
font-weight: lighter;
}

@font-face
{
font-family: OpenSans-Light.ttf;
src: url(/fonts/OpenSans-Light.ttf
);
font-weight: normal;
}


body {
	font-family: Lato-Light;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
    }



div#sideBar {
	text-align: left;
	line-height: 1.2;
	width: 20%;
	background-color: transparent;
	z-index: 90;
	position: fixed;
	left: 0%;
	top: 3%;
}


div#sideBarRight {
	text-align: right;
	line-height: 1.9;
	width: 20%;
	background-color: transparent;
	z-index: 90;
	position: absolute;
	right: 0%;
	top: 18%;
	opacity: 0.9;
}




div#numberBarRight {
	text-align: right;
	line-height: 1;
	display: inline;
	width: 20%;
	background-color: transparent;
	z-index: 90;
	position: fixed;
	right: 0%;
	bottom: 6%;
	opacity: 1;
}





p	{
	font-family: Lato-Light;
	background-color: transparent;
	letter-spacing: 1px;
	text-align: left;
	line-height:1.8;

}


p.w150	{
	font-family: Lato-Light;
	background-color: transparent;
	letter-spacing: 1px;
	text-align: left;
	line-height:1.8;
	width: 150px;


}


p.r {
	font-family: Lato-Light;
	background-color: transparent;
	letter-spacing: 1px;
	text-align: right;
	line-height:1.8;

}



p.close {
	font-family: Lato-Light;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-align: left;
	line-height:1.3;
	background-color: transparent;
	
}

blockquote.plain {
	
}


p.closeCenter {
	font-family: Lato-Light;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-align: center;
	line-height:1.4;
	background-color: transparent;
	
}

p.w200 {
	width: 200px;
}

p.w500 {
	width: 500px;
}

p.lr {
	font-family: Lato;
	src: url(../../../../fonts/lato-regular.ttf);
	font-weight: normal;
}

p.LatoReg {
	font-family: Lato-Regular;
}

p.bigger {
	font-size: 1.2em;
}

p.bitbigger {
	font-size: 1.1em;
}

p.center {
	text-align: center;
}


p.aM {
	font-family: AverageMono;
	src: url(../../../fonts/AverageMono.ttf);
	font-weight: normal;
}

p.aMBig {
	font-family: AverageMono;
	src: url(../../../fonts/AverageMono.ttf);
	font-size: 3em;
}

p.aMMed {
	font-family: AverageMono;
	src: url(../../../fonts/AverageMono.ttf);
	font-size: 2em;
}

p.sideBar {
	font-size: 1em;
}

font.h1 {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(220,220,220);
	background-color:black ;
	letter-spacing:2px;
}

p.italic	{
	font-family: Lato-LightItalic;
	font-style: italic;
}


p.smaller {
font-size: 0.9em;	
}




p.overlay {
	color: black;
	background-color:white ;
	opacity: 1;
}

p.big {
	font-family: Lato-Light;
	font-size: 3em;
	letter-spacing: 15px;
}


p.bold {
	font-family: Lato-Regular;
	font-weight: normal;
}



p.spaced {
	letter-spacing: 2px;
}

p.whiteGround {
	background-color: white;
	white-space: nowrap;
}


p.whiteOnBlack {
	color: white;
	background-color: black;
	white-space: nowrap;
	opacity: 0.7;
}

p.whiteOnBlackOpFull {
	color: white;
	background-color: black;
	white-space: nowrap;
	opacity: 1;
}


font.h1 {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(220,220,220);
	background-color:black ;
	letter-spacing:2px;
}

p.italic	{
	font-family: Lato-LightItalic;
	font-style: italic;
}



p.ul {
	text-decoration: underline;
}


span.ul {
	text-decoration: underline;
}

span.blackOnWhite {
	color: black;
	font-size: 0.8em;
	background-color: white;
	opacity: 1;
}

span.b {
	font-family: Lato;
	font-weight: bold;
}

span.light {
	font-family: Lato-Light;
	font-weight: normal;
}


a {
	word-break: break-word;
}


a.plain {
	text-decoration: none;
}


a.uSp:link {
	font-family: AverageMono;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 3px;
}


a.uSp2:link{ 
	font-family: Lato;
	text-decoration: none;
	display: inline;
	padding-bottom: 1px;
	border-bottom: 1px solid #222; 
}

a.uSp2:hover { 
	text-decoration: none;
	border-bottom: none; 
}

a.uSp2now:link {
	font-family: Lato;
	text-decoration: none;
}




a.h1:link {
	color: rgb(220,220,220);
	background-color: black;
	letter-spacing: 2px;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

a.h1:visited {
	color: rgb(220,220,220);
	background-color: black;
	letter-spacing: 2px;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}


a.h1:hover {
	color: rgb(120,120,120);
	background-color: black;
	letter-spacing: 2px;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

a.h1:active {
	color: rgb(120,120,120);
	background-color: black;
	letter-spacing: 2px;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

a.h1now:link {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color:black;
	letter-spacing:2px;
	text-decoration: none;
}

a.h1now:visited {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color:black;
	letter-spacing:2px;
	text-decoration: none;
}

a.h1now:hover {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(120,120,120);
	background-color:black;
	letter-spacing:2px;
	text-decoration: none;
	
}




a.sideBarRight:link {
	font-family: Lato-Light;
	font-size: 1em;
	text-align: center;
	color: black;
	background-color: transparent;
	letter-spacing:2px;
	text-decoration: none;
	padding-left: 3px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}

a.sideBarRight:visited {
	font-family: Lato-Light;
	font-size: 1em;
	text-align: center;
	color: black;
	background-color: transparent;
	letter-spacing:2px;
	text-decoration: none;
	padding-left: 3px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}

a.sideBarRight:active {
	font-family: Lato-Light;
	font-size: 1em;
	text-align: center;
	color: black;
	background-color: transparent;
	letter-spacing:2px;
	text-decoration: none;
	padding-left: 3px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}

a.sideBarRight:hover {
	font-family: Lato-Light;
	font-size: 1em;
	text-align: center;
	color: black;
	background-color: transparent;
	letter-spacing:2px;
	text-decoration: none;
	padding-left: 3px;
	border-top: 2px solid rgb(100,100,100);
	border-left: 2px solid rgb(100,100,100);
	border-bottom: 2px solid rgb(100,100,100);
}





a.sideBarRight_on:link {
	font-family: Lato-Light;
	font-size: 1em;
	text-align: center;
	color: white;
	background-color: black;
	letter-spacing:2px;
	text-decoration: none;
	padding-left: 3px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}

a.sideBarRight_on:visited {
	font-family: Lato-Light;
	font-size: 1em;
	text-align: center;
	color: white;
	background-color: black;
	letter-spacing:2px;
	text-decoration: none;
	padding-left: 3px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}

a.sideBarRight_on:active {
	font-family: Lato-Light;
	font-size: 1em;
	text-align: center;
	color: white;
	background-color: black;
	letter-spacing:2px;
	text-decoration: none;
	padding-left: 3px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}

a.sideBarRight_on:hover {
	font-family: Lato-Light;
	font-size: 1em;
	text-align: center;
	color: white;
	background-color: black;
	letter-spacing:2px;
	text-decoration: none;
	padding-left: 3px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}






a.h1:link {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(220,220,220);
	background-color:black ;
	letter-spacing:2px;
	text-decoration: none;
}

a.h1:visited {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(220,220,220);
	background-color:black ;
	letter-spacing:2px;
	text-decoration: none;
}

a.h1:active {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(220,220,220);
	background-color:black ;
	letter-spacing:2px;
	text-decoration: none;
}

a.h1:hover {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(120,120,120);
	background-color:black ;
	letter-spacing:2px;
	text-decoration: none;
	
}







a.h2:link {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: black;
	background-color: white ;
	letter-spacing:2px;
	text-decoration: ;
	opacity: 1;
}

a.h2:visited {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: black;
	background-color: white ;
	letter-spacing:2px;
	text-decoration: ;
	opacity: 1;
}

a.h2:hover {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color:black ;
	letter-spacing:2px;
	text-decoration: none;
	
}



a.h2now:link {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color:black ;
	letter-spacing:2px;
	text-decoration: none;
}

a.h2now:visited {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color:black ;
	letter-spacing:2px;
	text-decoration: none;
}

a.h2now:hover {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(120,120,120);
	background-color:black ;
	letter-spacing:2px;
	text-decoration: none;
	
}










a.h3:link {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color: rgb(100,100,100) ;
	letter-spacing:2px;
	text-decoration: none;
	opacity: 1;
	padding-left: 2px;
	padding-right: 2px;
	padding-left: 3px;
	padding-right: 1px;
}

a.h3:visited {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color: rgb(100,100,100) ;
	letter-spacing:2px;
	text-decoration: none;
	opacity: 1;
	padding-left: 3px;
	padding-right: 1px;
}


a.h3:hover {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color: rgb(200,200,200) ;
	letter-spacing:2px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 1px;
}




a.h3now:link {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color: rgb(100,100,100) ;
	letter-spacing:2px;
	text-decoration: none;
}


a.h3now:visited {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color: rgb(100,100,100) ;
	letter-spacing:2px;
	text-decoration: none;
	opacity: 1;
}


a.h3now:hover {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color: rgb(200,200,200) ;
	letter-spacing:2px;
	text-decoration: none;
	
}




a.h4:link {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color: black;
	letter-spacing:2px;
	text-decoration: none;
}

a.h4:visited {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color:black;
	letter-spacing:2px;
	text-decoration: none;
}

a.h4:active {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color:black ;
	letter-spacing:2px;
	text-decoration: none;
}

a.h4:hover {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(120,120,120);
	background-color:black ;
	letter-spacing:2px;
	text-decoration: none;
	
}

a.h4now:link {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(120,120,120);
	background-color:black;
	letter-spacing:2px;
	text-decoration: none;
}

a.h4now:active {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(120,120,120);
	background-color:black;
	letter-spacing:2px;
	text-decoration: none;
}


a.h4now:visited {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(120,120,120);
	background-color:black;
	letter-spacing:2px;
	text-decoration: none;
}

a.h4now:hover {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: rgb(120,120,120);
	background-color:black;
	letter-spacing:2px;
	text-decoration: none;
	
}






a:link {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

a:visited {
	color: rgb(20, 20, 20);
	text-decoration: underline;
}

a:active {
	color: rgb(100, 100, 100);
	text-decoration: underline;
}

a:hover {
	color: rgb(15, 15, 15);
	text-decoration: none;
	
}





a.lighter:link {
	color: rgb(120, 120, 120);
	text-decoration: underline;
}

a.lighter:visited {
	color: rgb(120, 120, 120);
	text-decoration: underline;
}

a.lighter:active {
	color: rgb(120, 120, 120);
	text-decoration: underline;
}

a.lighter:hover {
	color: rgb(150, 150, 150);
	text-decoration: underline;
	
}




a.topspace {
position: relative;
top: -150px;
display: block;
height: 0;
width:0
}





a#linktext {
text-decoration: none;
}


p.cite {
font-family: Lato-LightItalic;
font-size: 0.9em;
letter-spacing: 1px;
text-align: left;
line-height:1.3;
background-color: transparent;

}

span#linktext {
font-family: Lato-Light;
opacity: 0;
background-color: transparent;

	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;

 	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

a#linktext:hover span#linktext {
display: block;
opacity: 1;

	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;

	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;

 	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}






div#titleholder {
font-family: AverageMono;
font-size: 2.3em;
letter-spacing: 21px;
width: 80%;
left: 10%;
text-align: center;
background-color: transparent;
position: fixed;
left: 10%;
top: 30%;
color: rgb(10,10,10);
     
    -moz-animation-name: fontWhitetoBlack;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 15s;

    -webkit-animation-name: fontWhitetoBlack;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 3s;

    -o-animation-name: fontWhitetoBlack;
    -o-animation-iteration-count: once;
    -o-animation-timing-function: ease-in;
    -o-animation-duration: 15s;

    -animation-name: fontWhitetoBlack;
    -animation-iteration-count: once;
    -animation-timing-function: ease-in;
    -animation-duration: 15s;
   
}

@-moz-keyframes fontWhitetoBlack {
    0% {
         color: rgb(190, 190, 190);
    }
    100% {
color: rgb(10,10,10);
    }
}
@-webkit-keyframes fontWhitetoBlack {
    0% {
         color: white;
    }
    100% {
color: rgb(10,10,10);
    }
}
@-o-keyframes fontWhitetoBlack {
    0% {
         color: rgb(190, 90,90);
    }
    100% {
color: rgb(10,10,10);
    }
}
@-keyframes fontWhitetoBlack {
    0% {
         color: rgb(90, 90,90);
}
    100% {
color: rgb(10,10,10);
    }
}








div.titleholder_streams {
font-family: AverageMono;
font-size: 2.3em;
letter-spacing: 26px;
width: 96%;
padding: 10px;
text-align: center;
background-color: transparent;
position: relative;
top: 125px;
left:2%;
z-index: 30;
color: black;
opacity: 1
     
    -moz-animation-name: transToFull;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 2s;

    -webkit-animation-name: transToFull;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 2s;

    -o-animation-name: transToFull;
    -o-animation-iteration-count: once;
    -o-animation-timing-function: ease-in;
    -o-animation-duration: 2s;

    -animation-name: transToFull;
    -animation-iteration-count: once;
    -animation-timing-function: ease-in;
    -animation-duration: 2s;
   
}

@-moz-keyframes transToFull {
    0% {
        opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
@-webkit-keyframes transToFull {
    0% {
        opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
@-o-keyframes transToFull {
    0% {
        opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
@-keyframes transToFull {
    0% {
         color: rgb(90, 90,90);
}
    100% {
color: rgb(10,10,10);
    }
}






div#titleholder_plain
{
font-family: AverageMono;
font-size: 2.3em;
letter-spacing: 21px;
width: 80%;
left: 10%;
text-align: center;
background-color: transparent;
left: 10%;
top: 30%;
color: rgb(10,10,10);


}


div#schedule_title
{
font-family: AverageMono;
width: 70%;
position: relative;
left: 20%;
top: 180px;
text-align: center;
background-color: transparent;
}



div#schedule_list
{
font-family: AverageMono;
width: 40%;
position: relative;
left: 30%;
top: 300px;
text-align: left;
background-color: transparent;
}

div#dateholder {
font-size: 1.4em;
letter-spacing: 5px;
text-align: center;
line-height:1.2;
width:80%;
background-color: transparent;
position: fixed;
left: 10%;
top: 20%;
color: rgb(20,20,20);
}


div#goWest {
position: fixed;
top: 40%;
left: 4%;
z-index: 11;

}

div#goEast {
position: fixed;
top: 40%;
right: 4%;
z-index: 11;

}


div#goIndex {
	position: fixed;
	left: 3%;
	top: 65%;
	z-index: 13;

}


div#image_holder {
position: fixed;
top: 100px;
left: 10%;
width: 30%;
background-color: transparent;
z-index: 1;
}

div#location_holder {
width: 20%;
position: fixed;
top: 80px;
left: 40%;
background-color: transparent;
z-index: 1;
}


div#description_holder {
position: absolute;
top: 80px;
left: 55%;
width: 35%;
background-color: transparent;
z-index: 1;
}


table#streams2015 {
width: 90%;
position: absolute;
top: 70px;
left:5%; 
background-color: transparent;
z-index: 1;
}


tr {
vertical-align: top;
}


th {
padding-left: 20px;
padding-bottom: 70px;
border-bottom: solid black 1px;
text-align: left;
font-size: 1.2em;
}


td
{

}

td.img {
width: 40%;
text-align:left;
padding-left: 60px;
padding-right: 0px;
padding-top: 20px;
background-color: transparent;
}


td.location {
width: 20%;
padding-left: 10px;
padding-right:20px;
background-color: transparent;
}


td.description {
width: 40%;
padding-left: 20px;
padding-right: 25px;
background-color: transparent;
}

td.description_narrow {
width: 40%;
padding-left: 20px;
padding-right: 125px;
background-color: transparent;	
}

td.description_narrower {
width: 40%;
padding-left: 20px;
padding-right: 155px;
background-color: transparent;	
}

table#navigation {
width: 1000px;
position: fixed;
overflow: scroll;
left: 5%;
right: 5%;
bottom: 40px;
text-align: center;
z-index: 12;

}

div#navigation {
position: fixed;
text-align: justify;
width: 90%;
height: 20px;
overflow: hidden;
left: 5%;
bottom: 40px;
z-index: 12;
background-color: transparent;
}

span#navigation {
display: inline-block;
width: 100%;
background-color: transparent;
height: 5px;
}


div#clockTopLeft {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 82px;
	text-align: center;
	z-index: 20;
	background-color: transparent;
}

div#clockCoverLeft {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 90px;
	height: 90px;
	text-align: center;	
	background-color: transparent;
	z-index: 25;
	opacity: 0;
}

iframe.clock {
	background-color: transparent;
}
     

div#clockLondon {
	position: fixed;
	top: 20px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 20;
	background-color: transparent;

}

div#clockCoverRight {
position: fixed;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 90px;
	text-align: center;	
	background-color: transparent;
	z-index: 25;

}