@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	text-align:center;
	background-color: #efeae2;
}  


/*"""""""" DIV Styles""""""""*/	



.container {
	width: 1020px;
	text-align: center;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 0;
	height: 950px;
}

.click_here {
	width: 500px;
	text-align: center;
	position: absolute;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 0;
	height: auto;
	left: 270px;
	top: 465px;
	float: left;
}


.body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3e3e29;
	font-size:11px;
	font-style:normal;
	line-height: 22px;
	letter-spacing: normal;
	font-weight: lighter;
	text-decoration: none;
}

.body a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3e3e29;
	font-size:11px;
	font-style:normal;
	line-height: 22px;
	letter-spacing: normal;
	font-weight: bold;
	text-decoration: none;
}

.body a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3e3e29;
	font-size:11px;
	font-style:normal;
	line-height: 22px;
	letter-spacing: normal;
	font-weight: bold;
	text-decoration: none;
}

.body a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3e3e29;
	font-size:11px;
	font-style:normal;
	line-height: 22px;
	letter-spacing: normal;
	font-weight: bold;
	text-decoration: none;
}

.body a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e4801c;
	font-size:11px;
	font-style:normal;
	line-height: 22px;
	letter-spacing: normal;
	font-weight: bold;
	text-decoration: none;
}

