/*
-----------------------------------------------
Filmotype Style Sheet
Version:  2006.011
----------------------------------------------- */
html {
	min-height: 0 auto;
	height: 0 auto;
	width: 100%;
	}

p {
	margin: 0;
	padding: 1em 0 0; 
	line-height: 140%;
	}	
	
a img {
	border: none;
	}	

/*
MAINGUTS --------------------- */	

#mainguts {
	clear: both;
    margin-left: 40px;
    margin-right: 40px;
	width: 500px;
	height: 90%;
	padding-top: 0px;
	padding-bottom: 0px;
	}	

/*
FOOTER --------------------- */		

#footer {
    clear: both;
	margin: 0px;
	position: fixed;
	bottom: 0;
	padding: 5px 0 30px;
    width: 100%;
    height: 45px;
	background: #333333 top repeat-x;
	}	

/*
CONTAINERS --------------------- */	

#container {
	margin: 0 auto;
    margin-top: 0px;
	margin-bottom: 0px;
	width: 500px;
    height: 90%;
	}

#wrapper {
	margin: 0 auto;
	width: 400px;
    height: 45px;
	}	

	
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		