body {
	background-color: rgb(39, 87, 49);
}

div.main {
    min-width: 1480px;	
	height: 900px;
	margin: auto;
	background-image: url('background_dollar.jpg');
	border: 2px solid rgb(255, 211, 23);
	position: relative;
}

div#lucky h1 {
	text-align: center;
	font-family: courier new;
	font-size: 3em;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 4px 2px #444;
}

div#lucky {
	margin-top: -9px;
	opacity: 0;
}

div#choose {
	width: 900px;
	margin: auto;
	height: 100px;
}

div#choose h2{
	text-align: center;
	font-family: courier new;
	font-size: 1.5em;
	color: #fff;
	text-shadow: 4px 2px #444;
}

div#buttons {
	text-align: center;
}

div#buttons button{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	background-color: rgb(255, 223, 145);
	border: 2px solid #333;
	font-size: 1.3em;
	font-weight: bold;
	font-family: courier;
	color: #333;
}

div#buttons button:hover {
	background-color: rgb(255, 251, 53);
	border: none;
	cursor: pointer;
}


div#n-one, div#n-two, div#n-three, div#n-four, div#n-five, div#n-six {
	background-color: rgba(255, 251, 53, 1);
	border-radius: 50%;
/*	border: 3px solid #444; */
	position: absolute;
	color: rgb(39, 87, 49);
	font-family: courier new;
	font-size: 4em;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	display: none;	
}

div#n-one {
	margin-top: 23px;
	margin-left: 242px;	
	width: 120px;
	height: 120px;
	line-height: 120px;
}

div#n-two {
	margin-top: 130px;
	margin-left: 1080px;
	width: 170px;
	height: 170px;
	line-height: 170px;
}

div#n-three {
	margin-top: 371px;
	margin-left: 119px;
	width: 101px;
	height: 101px;
	line-height: 101px;
}

div#n-four {
	margin-top: 386px;
	margin-left: 358px;
	width: 170px;
	height: 170px;
	line-height: 170px;
}

div#n-five {
	margin-top: 462px;
	margin-left: 849px;
	width: 130px;
	height: 130px;
	line-height: 130px;
}

div#n-six {
	margin-top: 410px;
	margin-left: 1170px;
	width: 100px;
	height: 100px;
	line-height: 100px;
}

/*  BACK BUTTON  */
div.back_to_alex {
	position: fixed;
	z-index: 20;
	bottom: 8%;
	left: 7%;
}
div.back_to_alex a {
	text-decoration: none;
	font-family: courier new;
	font-weight: bold;
	font-size: 1vw;
	color: rgb(39, 87, 49);
	background-color: #fff;
	padding: 3px 5px;
	border: 1px solid rgb(255, 211, 23);
	opacity: 0.8;
}
div.back_to_alex a:hover {
	color: rgb(39, 87, 49);
	opacity: 1;
}


