body {
	background-image: url('../images/bg.jpg');
	margin: 0 auto;
	font-family: verdana;
	font-size: 11px;
	width: 900px;
	text-align: center;
	height: 100%;
	color: #FFF;
	}

a:link {
	color: #ac8e8e;
	text-decoration: underline;
	}

a:hover {
	color: #FFF;
	text-decoration: none;
	}

a:visited {
	color: #ac8e8e;
	text-decoration: underline;
	}

a:visited:hover {
	color: #FFF;
	text-decoration: none;
	}

.links a:link {
	border: 0px;
	}

.maincontent {
	background-image: url('../images/bg2.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 900px;
	position: relative;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
	}

.content {
	width: 790px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 10px;
	}

#FrogJS {
	width: 780px;
	height: 600px;
	margin: 0 auto;
	}

.video {
	width: 310px; 
	height: 234px; 
	background: url(../images/sitephotos/vidbg.png) no-repeat; 
	margin: 0 auto; 
	padding: 5px;
	}

html>/**/body .video { padding: 5px 5px 5px 0px;}

	
.footer {
	font-size: 9px;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 5px;
	}
