@import "reset-landing.css";

html, body {height:100%;}
#pageWrap {min-height:100%; height:auto !important; height:100%;} 
#pageWrap, #footerWrap {margin:0 auto -20px;}
#push {height:20px;}




body 								{	background: url(../_images/page_bg-logo.jpg) top left no-repeat #000;
										background-attachment: fixed;
										font-family:  Verdana, Arial, sans-serif;
										color: #fff;
										text-align: center;
										}

#content 							{	width: 697px;
										height: 264px;
										margin: auto;
										position: absolute;
										top: 0;
										right: 0;
										bottom: 0;
										left: 0;
										}
										
ul 									{	list-style: none;
										/* background: #290025; */
										/* background: #2b0029; */
										background-color: #000;
										overflow: hidden;
										}

li 									{	float: left;
										width:auto;
										}

a 									{	border-bottom: 1px dotted #fff;
										}

a:hover 							{	border-bottom: 1px solid #fff;}

a, a:hover, a:visited				{	color: #fff;}

#entry-choice 						{	width: 691px;
										margin: 0 auto;
										border: 3px solid #56004e;
										-webkit-border-top-right-radius: 80px;
										-webkit-border-bottom-left-radius: 80px;
										-webkit-box-shadow: 0px 12px 18px rgba(0,0,0,0.5);
										-moz-border-radius-bottomleft: 80px;
										-moz-border-radius-topright: 80px;
										-moz-box-shadow: 0px 12px 18px rgba(0,0,0,0.5);
										box-shadow: 0px 12px 18px #000;
										}

#entry-choice a 					{	display: block;
										border: none;
										}

a#soccer-entry, #baseball-entry, #football-entry, #lacrosse-entry
								 	{	width: 166px;
										height: 166px;
										margin: 25px 0;
										}

a#soccer-entry 						{	background: url(../_images/ball-icon-x4.jpg) 0px top no-repeat;
										margin-left: 25px;
										}

a#baseball-entry 					{	background: url(../_images/ball-icon-x4.jpg) -166px top  no-repeat;}

a#football-entry 					{	background: url(../_images/ball-icon-x4.jpg) -332px top  no-repeat;}

a#lacrosse-entry 					{	background: url(../_images/ball-icon-x4.jpg) -498px top  no-repeat;}

a#soccer-entry:hover 				{	background-position: 0px bottom;}

a#baseball-entry:hover 				{	background-position: -166px bottom ;}

a#football-entry:hover 				{	background-position: -332px bottom ;}

a#lacrosse-entry:hover 				{	background-position: -498px bottom ;}

#textNav							{	font-size: 1.2em;
										margin-top: 24px;
										}

#textNav a							{	margin-left: .5em;
										margin-right: .5em;
										}

#footer 							{	font-size:1em;
										line-height: 20px;
										}
										
										

#footer {height:20px;}
