body{
	background-color: #9DC3E6;
	padding: 0px 40px 0px 40px;
	margin-top: 0px;
	border-top: 50px;
	border-top-color: black;
	}

#banner{
	background-color: black;
	height: 30px;
	width: 100%;
	font-size: 10px;
}

#header{
	text-align: center;
	padding-top: 10px;
	color: white;
	font-size: 70px;
	font-family: verdana;
	font-weight: bold;
	text-shadow: 2px 2px 4px red;
}

#logo{
	text-align: left;
}

#flag{
	text-align: right;
}

#offering_title{
	text-align: left;
	padding-top: 50px;
	color: white;
	font-size: 20px;
	font-family: verdana;
	font-weight: bold;
	text-shadow: 2px 2px 4px red;
	}

#offering_message{
	text-align: left;
	padding-top: 10px;
	color: white;
	font-size: 20px;
	font-family: verdana;
	font-weight: bold;
	text-shadow: 0.5px 0.5px 0.5px red;
	}

#offering_menu{
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	color: white;
	font-size: 30px;
	font-family: verdana;
	font-weight: bold;
	text-shadow: 2px 2px 4px red;
}

#buy_click{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 10px;
}

a {
	text-align: center;
	padding: 0px;
	color: white;
	font-size: 20px;
	font-family: verdana;
	font-weight: bold;
	text-shadow: 2px 2px 4px red;
}

#footer_menu{
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	color: white;
	font-size: 20px;
	font-family: verdana;
	font-weight: bold;
	text-shadow: 2px 2px 4px red;
}

#footer_top{
	width: 100%;
	height: 10px;
	background-color: black;
	margin-bottom: 0px;
	font-size: 50px;
}


#footer_bottom{
	width: 100%;
	height: 30px;
	background-color: black;
	margin-bottom: 10px;
	font-size: 20%;
	color: white;
	text-align: left;
	padding: 10px 0 5px 10px;
}