
/* MAIN */

* { 
	z-index: 1; 
	position: relative; 
	margin: 0px; 
	padding: 0px; 
	border: 0;
}

html, body { 
	width: 100%; 
}

html { 
	height: 100%;
}

body {  
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px; 
	background: #000000 url(../imgs/background-basketball-court.jpg) bottom center no-repeat fixed;
	background-size: cover;
	/* background: #FFFFFF url(../imgs/background-grunge-texture-opacity.jpg) fixed no-repeat top left; */
}

textarea, input {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px !important;
}

table {
	border-collapse: collapse;
}

a{
	color: inherit;
	text-decoration: none;
}

/* COMMON CLASSES */

.horizontal-containment {
	width: 1024px;
	margin: 0px auto 0px;
}