html, body {
	margin: 0;
	padding: 0;
	height:700px;
	color:#fff;
	background: #c0c0c0;
}
body {
	background: #c0c0c0;
	font-family: calibri, Calibri, "calibri", verdana, Verdana, Arial, arial;
	font-size:14px;
	line-height: 18px;
	color:#fff;
	font-weight: bold;
	
}

/* wrap
------------- */
html>body #wrap {
	height:700px; /* 100 % height */
}
html>body #header {
	position:fixed;
}
html>body #content {
	height:100px; /* 100 % height */

}
/* ------------- */
#wrap {
	width:950px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: auto;
	
	overflow: hidden;
}
#container {
	margin:0;
	padding: 0;
	height: 100%;
}


#flash {
	margin: 0 0 0 0;
	padding: 0;
	height: 550px;
	width:950px;
	z-index: 999;
}

#content {
	margin: 0;
	padding: 0 0 0 0;
	width: 950px;
	height: 100px;
	background: #fff;
	overflow: hidden;
	z-index: 99;
}

#redline {
	margin:0 10px 0 10px;
	padding: 0;
	background-color: #d61a1f;
	height: 5px;
	line-height: 5px; 
	font-size: 0px;
}


#navbt {
	width: 950px;
	margin: 0 0 0 0;
}
#buttons {
	float: right;
	margin: 0;
	padding: 0;

}
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0px;
	
}
table {
	margin: 5px 10px 0 0;
}
#footer #footerEnd a, #footer #footerEnd a:link {
	color: #878787;
	text-decoration: none;
}
#footer #footerEnd a:visited {
	color: #878787;
	text-decoration: none;
}
#footer #footerEnd a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer #footerEnd a:active {
	text-decoration: underline;
}

#footer {
	margin: 0;
	padding: 0;
	width: 950px;
	background: #fff;
}
#footer #footerEnd {
	padding: 15px 10px 15px 10px;
	background: #e5e5e5;
	color: #878787;
	font-weight: normal;
}