body {
	/*background: #000000 url(../images/diagonal.jpg) repeat-x;*/
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
}
a:link {
	color: #807566;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #807566;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #807566;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}

h1{
	color: #cccccc;
	font-size: 13px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

/* football page styles */

#football_main{
	width:970px;
	margin: 0 auto;
	background: #050504;
}


.social-share {
	background: #272727; 
	text-align: center; 
	padding: 2px 0 2px 130px; 
	display: inline-block; 
	height: 22px; width: 840px;
	-moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    border-radius: 11px;
	behavior: url(border-radius.htc);
}


/****************** PAGE CORNER PEEL *********************/
img { behavior: url(../include/iepngfix.htc) }
#pageflip {
	position: relative;
}
#pageflip img {
	width: 120px; height: 120px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 118px; height: 114px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(../images/eddiepotros-corner.png) no-repeat right top;
	text-indent: -9999px;
}

