@charset "utf-8";

/* 
++++++++++++++++++++++++++++++++++++++++++++
	
	Last Updated: May 2, 2008

	COLONY+iNTERACTIVE Inc. 
	http://www.colony-i.com
 
++++++++++++++++++++++++++++++++++++++++++++
*/
 
 
/* inported styles */
@import "ci.css" ;
@import "text.css" ;
@import "base.css" ;
@import "contents.css" ;
@import "press.css" ;


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

.rollover{
}


html, body {
	height: 100%;
}

#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}
* html #wrapper{
	height: 100%;
}
	

#body {
	padding-bottom: 180px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
}
