/* @override http://www.nicolerule.com/css/main.css */


html,body {
	height: 100%;	
}
  
body {
  	font: 16px "Century Gothic", Helvetica, sans-serif;
	color: #929496;
	font-weight: 400;
	background-color: white;
	margin: 0;
}
.copyright {
	font-size: 10px;
	text-align: right;
}
a {
	color: #929496;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*h1 {
	position: relative;
	bottom: 490px;
	left: 475px;
	width: 440px;
	margin: 0;
	padding: 0;
	color: #000000;
}*/
#overlayText {
	position: relative;
	bottom: 430px;
	left: 505px;
	width: 440px;
	height: 380px;
	color: #67686A;
	overflow: auto;
}
#overlayText a {
	color: #6D6A6E;	
}
#overlayText ul {
	list-style: none;
	
	margin-left: 0px;
	padding-left: 0px;
}


#overlayImage {
	position: relative;
	bottom: 430px;
	left: 65px;
	width: 240px;
	height: 390px;
	border-style: solid;
	color: #67686A;
	overflow: auto;
}

#casa_debug
{
	font-size: 10px;
	width: 900px;
	height: 300px;
	overflow: scroll;
	position: absolute;
	bottom: -280px;
	left: 20px;
	border: 1px solid grey;
	color: black;
	padding: 10px;
}


.floater {
  float: left;
  height: 50%;
  margin-bottom: -320px;
}
.logo {
	
}
.logo h1 {
	text-indent:-9999em;
	overflow:hidden;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	z-index: 3000;
	top: 0px;
	left: 3px;
	position: absolute;
	width:233px;
	height:50px;
	margin: 0;
	padding: 0;
}

.container {
	clear: both;
  	height:620px;
  	width: 980px;
  	margin: auto;
  	position: relative;
}
#flashcontent {
	position: absolute;
	top: 20px;
}