* {
	margin: 0;
}
html,body { 	
    text-align: center; /* Centers the container */
    margin:0px;
    padding:0px;
	background-image:url(gradient.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	min-width: 1003px;
	_height:100%;
	min-height:100%;
	height:100%;
	font: 11px verdana, arial, sans-serif; /* base font */
}
#container {
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:1003px;
	height:auto;
	_height:100%;
	min-height:100%;
	text-align:left;
	border:#000 solid 10px;
}
#hdrMenu {
	background-color:#000;
	position:absolute;
	text-align:right;
	width:1003px;
	top: 0px;
}
#header {
	margin:0px;
	padding:0px;
	width:1003px;
	height:240px;
	text-align:left;
	vertical-align:middle;
	background-image:url(../images/nycsky.jpg);
}
a.league {
	color:#FFF;
	text-decoration:none;
	padding-right:4px;
	padding-left:20px;
}
a:hover.league {
	color:#CCC;
	text-decoration:none;
	padding-right:4px;
	padding-left:20px;
}
#content {
	width:1003px;
	text-align:left;
	height:auto;
}
#about {
	background-color:#FFF;
	position:relative;
	top:15px;
	float: left;
	width:440px;
	padding-left:20px;
	padding-right:20px;
	height:342px;
	text-align:left;
	border:#333 solid .25px;
}
#img1 {
	background-color:#000;
	position:relative;
	top:15px;
	float:right;
	background-image:url(../images/nycts.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:342px;
	text-align:left;
}
#newsletters {
	background-color:#FFF;
	position:relative;
	top:15px;
	float: left;
	width:440px;
	padding-left:20px;
	padding-right:20px;
	height:402px;
	text-align:left;
	border:#333 solid .25px;
}
#img2 {
	background-color:#000;
	position:relative;
	top:15px;
	float:right;
	background-image:url(../images/nycbb.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:362px;
	text-align:left;
}
#videos {
	background-color:#333;
	position:relative;
	top:15px;
	float: left;
	width:440px;
	padding-left:20px;
	padding-right:20px;
	height:310px;
	text-align:left;
	border:#333 solid .25px;
	color:#FFF;
}
#img3 {
	background-color:#000;
	position:relative;
	top:15px;
	float: right;
	width:440px;
	padding-left:20px;
	padding-right:20px;
	height:410px;
	text-align:left;
	border:#333 solid .25px;
	color:#FFF;
}
#vid3 {
	background-color:#000;
	position:relative;
	top:15px;
	float: right;
	width:440px;
	padding-left:20px;
	padding-right:20px;
	height:310px;
	text-align:left;
	border:#333 solid .25px;
	color:#FFF;
}
#vidLinks {
	background-color:#000;
	position:relative;
	top:15px;
	float: left;
	width:880px;
	padding-left:20px;
	padding-right:20px;
	height:220px;
	text-align:left;
	border:0px;
	color:#FFF;
}
#info {
	background-color:#FFF;
	position:relative;
	top:25px;
	float: left;
	padding-left:20px;
	padding-right:20px;
	height:374px;
	text-align:left;
	border:#333 solid .25px;
}
#footer  {
	position:relative;
	width:440px;
	top:28px;
	font-size:10px;
	color:#999;
	float:right;
}
