body, h1, h2,h3,ul,li,ol,blockquote,p{margin:0; padding:50px;}

body{background:#fff url(../images/pageBackground.gif) repeat-x;
	text-align:center;
	font-size:11px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif; text-align: center;}
	
img { border: 0;
}

a{color:#000000; text-decoration:underline;}
a:hover{color:#2b3383; text-decoration:underline;}

#wrap{padding:0;margin:20px auto 0 auto;width:990px; text-align: center;}
#header{background:url(../App_Images/backgrounds/headerBackground.png) no-repeat center top ; padding-top:20px; text-align: center;}

#footer{background-color: #fff; clear:both; text-align: right;}

#strides {
padding:0; margin:0px auto 0 auto; width:990px; height:50px; text-align:right; background-color: #000;
} 

#strides a{
background: url(../App_Images/13strides.gif) no-repeat top left;
width:64px;
height:33px;
display:block;
float:right;
}

#strides a strong{
display:none;
}

#player{text-align: center;}

/*clearing stuff*/
.clearfix:after {
    clear: both; 
    content:".";
    display: block;
    height: 0;
    visibility: hidden
    }
/* affects only IE7 */
.clearfix {
    min-width: 0;
    }
/* targets only IE5-6 and hidden from lowly IEmac \*/
    * html .clearfix { height: 1%; } 
/* end hide IEmac */
/* What? You want to get crazy and do IEmac too? Okay. \*//*/
    .clearfix { display: inline-table; } 
/* end IEmac only */

.clearer{clear:both;}