@charset "utf-8";
/* CSS Document */

a
{
  outline: none;
}


* {margin:0; padding:0}

body { background-color: #1b5713; text-align:center}

html, body {height:100%}

#containerFoot {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:center;
		width:955px;
		clear:left;
		}

#topContainer {
		margin:0 auto;
		text-align:center;
		height:15px;
		width:955px;
		clear:left;
		background-color:#1b5713;
}

#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:700px;
		width:955px;
		clear:left;
		background-color:#FFFFFF;
}

.FlashBox{
	top: 0px;
	left: 0px;
	z-index: 2;
	position: absolute;
	width: 955px;
	height: 380px;
	margin:0px;
	padding:0px;
	text-align:center;
}

.Foot{
	width: 955px;
	height: 15px;
	margin:0px;
}

.Footer{
	width: 905px;
	height: 20px;
	margin:0px;
	padding-top:5px;
}

