@charset "UTF-8";
/* CSS Document */

body {
width:900px;
margin:0 auto;
margin-top:0px;
color:black;
background-color:black;
font-family:Arial;
font-size:14px;
}

a:link, a:active, a:visited{
color:#e90d6a;
text-decoration:none;
}

a:hover{
text-decoration: underline;
color:black;}


#header {
width:900px;
margin-bottom:0px;
background-color:#f8f8f8;
text-align: center;
}

#content { 
width:900px;
background-color:#f8f8f8;
margin-top:0px;
vertical-align: middle;
display:table-cell;
text-align:center;
height:auto !important; /* for modern browsers */
}


h1{
font-size:28px;
color:#e90d6a;
font-weight:bolder;
letter-spacing:-2px;
}


#tagline2{
font-family: Arial;
font-size: 20px;
margin-top: -32px;
font-weight: bolder;
text-align:center;
}

#tagline3{
font-family: Arial;
font-size: 30px;
width:900px;
margin-top: 20px;
margin-bottom: 20px;
vertical-align: middle;
float:left;
color: #e90d6a;
font-weight: bolder;
text-align:center;
letter-spacing: -3px;
}



#tagline3 a:link, a:active, a:visited{
color:#8bc83b;
}

#tagline3 a:hover{
color: #e90d6a;}


#tagline{
font-family: Arial;
font-size: 30px;
margin-top: 5px;
font-weight: bolder;
text-align:center;
letter-spacing: -3px;
}



#footer { 
width:900px;
background-color:#f8f8f8;
text-align: center;
}

#videoupdates {
width:320px;
min-height:245px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:245px; /* for IE5.x and IE6 */
float:left;
margin-top:3px;
margin-left:85px;
margin-right:0px;
margin-bottom:15px;
font-weight:bold;
text-align:center;
vertical-align: middle;
display:table-cell;
font-size:12px;
}

#foot{
font-size:12px;
text-align:center;
width:900px;}

