html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: Calibri, Helvetica, Arial, sans-serif;
}


a{text-decoration:none;}
p{font-size:18pt; color:white;width:640px;overflow:hidden}
ul{list-style-type: none;font-size:18pt; color:white;width:640px;overflow:hidden}
section{margin:0 auto;width:640px;height:100%}

#main{margin:0 auto;margin-left:-20px;text-align:center;}
#main a{color:white;text-decoration:none;}
#main a:visited{color:white;text-decoration:none;}
.center{margin:0 auto;width:640px;}
#header{overflow:hidden;margin:0 auto;height:480px;width:100%;background-color:#f8f8f8}
#title{margin:0 auto; width:480px;}
body{background:black;background-image: url("ChannelArt.jpg")}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block; 
}

/* Tooltip text */
.tooltip .tooltiptext {
	font-size:14px;
    visibility: hidden;
    width: 256px;
    height:52px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    line-height:16px;
 	padding:10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    margin-top:-54px;
    margin-left:8px;
    z-index: 1;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}