* {margin:0;padding:0;} 

html{
height:100%;
background-attachment:fixed;
background-position:top; 
}


body{
margin:0 auto;
padding:0;
text-align:center;
height:100%;
background-color:#b3dbdd;
}


#top-banner{
	width:100%;
	height:119px;
	background-color:#3E3E3E;
}


#container{
width:960px;
text-align:left;
margin:0 auto;

}

.feedback {
    position: fixed;
    bottom: 0;
    right: 0;
}

#business-bg{
	background:#75d6fb url(/assets/images/Punters-Club-Sports.jpg) top center no-repeat;
	width:1000px;
	height:640px;
	clear:both;
	margin: auto 0;
	margin-top:-119px;
}

#business-bg .laptop-image{
	float:left;
	margin-top:120px;
	margin-left:25px;
}

#business-bg table.enquiryform{
	border-collapse:collapse;
	width:280px;
	background:transparent;
	float:right;
	clear:both;
	margin-top:345px;
	margin-right:32px;
	
}

#business-bg table.enquiryform th{
	padding:15px 10px 10px 10px;
	background-color:#3E3E3E;
	border:0px;
	color:#ffffff;
	font-size:18px;
	font-family:  helvetica, arial, sans-serif;
	
}

#business-bg table.enquiryform td{
	padding:5px;
	background-color:#59cad4;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border-top:1px #a5d8db solid;
}

#business-bg table.enquiryform td.nofield{
	padding:0px;
	background-color:transparent;
	border-top:1px #a5d8db solid;
}


#business-bg table.enquiryform td input.entryfield{
	padding:5px;
	background-color:transparent;
	border:0;
	color:#ffffff;
	width:270px;
}

#business-bg table.enquiryform td textarea.entryfield{
	padding:5px;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	color:#ffffff;
	width:270px;
}

#business-bg .quotesubmit{
	background-color:#00b9cb;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
	width:100px;
	border:none;
	cursor:pointer;
	cursor:hand;
}

#business-bg   ::-webkit-input-placeholder { /* WebKit browsers */
	    color:    #fff;
	}
#business-bg	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color:    #fff;
	}
#business-bg	::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color:    #fff;
	}
#business-bg	:-ms-input-placeholder { /* Internet Explorer 10+ */
	    color:    #fff;
	}

#business-bg .infopack{
	
	float:left;
	clear:both;
	width: 325px;
}	

#business-bg .startclub{
	margin-top:4px;
	clear:both;
	float:left;
	width: 325px;
}	
	
#infopackbutton{
	background:url(/assets/images/buttons/long-orange-button-infopack.png) no-repeat;
	height:55px;
	width:321px;
	display:block;
	cursor:hand;
	cursor:pointer;
	border:none;
	padding-top:0px;
}

#fundstartclub{
	background:url(/assets/images/buttons/long-orange-button-startclub.png) no-repeat;
	height:55px;
	width:321px;
	display:block;
	cursor:hand;
	cursor:pointer;
	border:none;
	margin-left:1px;
	padding-top:0px;
}