/* CSS Document */

body{
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	
}

a{
	color: #CC6633;
	text-decoration:none;
}

a:hover{
	color: #333333;
}


p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
margin: 0;
}

h1, h2, h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	display: inline;
	font-weight:normal;
}


#mainBox{
	position: relative;
	margin: 20px auto 0 auto ;
	width: 800px;
	height: 570px;
	background: url(Images/mainBack.gif) 0 0 no-repeat;
}

/*#lottoBalls{
	width: 359px;
	height: 178px;
	position: absolute;
	background: url(Images/mainMiddleBack.jpg) no-repeat 0 0;
	left: 398px;
	top: 358px;
	}*/

#freelotteriesBox{
	position: absolute;
	width: 509px;
	height: 382px;
	background:url(Images/mainMiddleBack.jpg) no-repeat 150px 170px;
	left: 252px;
	top: 148px;
}



#homeButton{
	position: absolute;
	width: 180px;
	height: 30px;
	background: url(Images/homeButtonBack.gif) no-repeat 0 0;
	left: 46px;
	top: 147px;
}

#homeButton a{
	text-indent: -9999px;
	display: block;
	width: 180px;
	height: 30px;
	background: url(Images/homeButtonBack.gif) no-repeat 0 0;
}

#homeButton a:hover{
	background: url(Images/homeButtonBack.gif) no-repeat 0 -30px;
}

#lotteriesButton{
	position: absolute;
	width: 180px;
	height: 30px;
	background: url(Images/lotteriesButtonBack.gif) no-repeat 0 0;
	left: 46px;
	top: 182px;
}

#lotteriesButton a{
	text-indent: -9999px;
	display: block;
	width: 180px;
	height: 30px;
	background: url(Images/lotteriesButtonBack.gif) no-repeat 0 0;
}

#lotteriesButton a:hover{
	background: url(Images/lotteriesButtonBack.gif) no-repeat 0 -30px;
}

#faqButton{
	position: absolute;
	width: 180px;
	height: 30px;
	background: url(Images/faqButtonBack.gif) no-repeat 0 0;
	left: 46px;
	top: 217px;
}

#faqButton a{
	text-indent: -9999px;
	display: block;
	width: 180px;
	height: 30px;
	background: url(Images/faqButtonBack.gif) no-repeat 0 0;
}

#faqButton a:hover{
	background: url(Images/faqButtonBack.gif) no-repeat 0 -30px;
}

#pickerButton{
	position: absolute;
	width: 180px;
	height: 30px;
	background: url(Images/pickerButtonBack.gif) no-repeat 0 0;
	left: 46px;
	top: 252px;
}

#pickerButton a{
	text-indent: -9999px;
	display: block;
	width: 180px;
	height: 30px;
	background: url(Images/pickerButtonBack.gif) no-repeat 0 0;
}

#pickerButton a:hover{
	background: url(Images/pickerButtonBack.gif) no-repeat 0 -30px;
}

#newsSignUpForm{
	position: absolute;
	width: 164px;
	height: 62px;
	left: 55px;
	top: 478px;
	font-size:14px;
}

#newsSignUpText{
	position: absolute;
	width: 159px;
	height: 54px;
	left: 58px;
	top: 409px;
}

input{
background: #FFFFFF;
border: 1px solid #333333;
color: #111111;
margin: 2px;
}

#footerMain{
	position: absolute;
	width: 300px;
	height: 15px;
	color: #CC6633;
	font-size:9px;
	left: 362px;
	top: 541px;
}

.faqQuestion{

	font-size:16px;
	color: #990000;
}

.largeText{
	font-size: 14px;
	line-height: 20px;
}
