@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#wrap {
	background-image: url(../images/winlottery.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap #hdr h1 {
	height: 500px;
	font-size: 12px;
	text-indent: -2000px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#wrap #cnt {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-top: -100px;
}
#wrap #ftr {
	background-image: url(../images/pageftr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 25px;
	clear: both;
}
h1, h2, h3, h4, h5 {
	text-align: center;
}
#cnt h1 {
	line-height: 1.5em;
}

.yellowlight {
	background-color: #E8DA08;
	padding: 10px;
	border: 1px solid #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.altgreen {
	color: #2b9c0d;
}
.altbigger {
	font-size: larger;
}
.altsmaller {
	font-size: smaller;
}
.altstroke {
	background-image: url(../images/stroke.png);
	background-position: center bottom;
	margin-bottom: 15px;
	display: block;
	background-repeat: no-repeat;
	padding-bottom: 18px;
}


.pad {
	background-image: url(../images/padbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 308px;
	width: 487px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 20px;
}
.padsq {
	display: block;
	height: 20px;
	width: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.pad p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ftrtxt {
	font-size: 11px;
	color: #999999;
	margin: 10px;
}
.ftrtxt a {
	text-decoration: none;
	color: #999999;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
