@charset "utf-8";
/* CSS Document */

/* Page Properties */
html, body {
	color: #FFF;
}
/* Headers Sizes */
h3 {
	font-size: 16px;
	margin:.25em 0 0;
	color:#FFF;
}
/* Bold text Color */
strong {
	color:#FF4D00;
}
/* Main Container */	
	.oneColFixCtr #wrapper {
		height:98%;
		text-align: center;
		margin: 0 auto;
		}
	.oneColFixCtr #container {
		width: 762px;
		height:514px;
		margin: 0 auto;
		text-align: left;
		}
/* Top Image Container */	
	.oneColFixCtr #top {
		width: 762px;
		height:100px;
		background-image:url(../images/landingpages/wheretobet/top.jpg);
		margin: 0 auto;
		text-align: left;
		}
/* Main Image Container */
	.oneColFixCtr #middle {
		width: 762px;
		height:320px;
		background-image:url(../images/landingpages/wheretobet/middle.jpg);
		margin: 0 auto;
		text-align: left;
		}
/* Text Container */
	.oneColFixCtr #bottom {
		width: 762px;
		height:94px;
		background-image:url(../images/landingpages/wheretobet/bottom.jpg);
		margin: 0 auto;
		text-align: left;
		}
