

body {
	overflow: visible;
	margin: 0;
	padding: 1em;
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: #91376b;
	background: #f8e39a url(imgs/backgroundimage.gif) no-repeat bottom center;

}
	
#page-container {
	width: 50em;
	margin: auto;
}
#lotterylogo p{
	margin: auto;
	padding: 0em;
	text-align: center;
	color: #009fc6;
	
}
#lotterylogo{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
	height: 105px;
	background: url(imgs/lotteryimage.jpg) no-repeat bottom center;
		
}
#banner {
	display: block;	
	background: #f8e39a url(imgs/logo.jpg) no-repeat top center;
	width : 50em;
	height : 7em;
}
#banner p{
	padding: 56px 0.25em 1em 0.25em;
	font-size: 1em;
	text-align: center;	
}
#nav{
	display: block;
	width: 50em;
	text-align: center;
}
#nav a{
	margin: auto;
	padding: 0em 0.25em;
	text-decoration: none;
	color: #91376b;
	border: 0.25em solid #f8e39a; 
}
#nav a:hover{
	border: 0.25em solid;
	border-color: #f8e39a #fd7529 ;
	color: #fd7529;
}
#body{
	display: block;
	width: 32em;
	float: left;
	margin: 0.5em 0em 2em 0em;
	clear: both;
}
#body h1{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#body h2{
	text-align: justify;
	font-size: 1.2em;
	font-weight: bold;
}
p{
	text-align: justify;
	font-size: 1em;
}
#footer p{
	margin: 0;
	padding: 0;
}
#footer{
	width: 50em;	
	color: #f8e39a;
	float: left;
	font-size: 12px;	
	line-height: 1;
	padding: 0em 0em 0.5em 0em;
}
img{
	display:block;
}

