/*========================================================*/
/*  Default HTML CSS                                      */
/*========================================================*/
/* Default HTML BODY css	           --*/
html,body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	background: #314C17 url(Background.jpg) no-repeat fixed center top;
	color: #181818;
	font-style: normal;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

form#Form{ height:100%; }

