/***********************************
Theme Name: Think different
Version: 1.00
Author: Tisato Paolo
Author mail: info@skysthelimit.it
Copyright 2004-2009 Tisato Paolo. 
Tutti i diritti sono riservati
***********************************/


/****** IMPORT STYLES ******/
@import url(base.css);
@import url(header.css);
@import url(navigation.css);
@import url(content.css);
@import url(footer.css);
/****** END IMPORT STYLES ******/


/****** DEFAULT ******/
*{
 margin: 0;
 padding: 0;
} 

body{
     text-align: left;
     background: #cbdde7 url(../images/sky.jpg) repeat-x;
     font-size: 11px;
     font: 100%/1.6  'Lucida Sans Unicode', Helvetica,'Franklin Gothic Book', 'Lucida Grande', Lucida, 'trebuchet ms', tahoma, Arial, sans-serif;
}	

#shell{
      width: 570px;
      text-align: left; 
      margin-left: 420px;
      margin-top: 180px;
      min-height: 100%;
      height: 100%;
      background: none;
      position: absolute;
      top: 0;
}

body>div#shell{
             height: auto;
             min-height: 100%;
}

#climb{
       position: absolute;
	   height: 600px;
	   width: 429px;
	   top: 130px;
	   left: 0px;
	   margin-left: -30px;
	   background:  url(../images/tree.png) no-repeat;
}

#clouds{
	   z-index: -150;
       position: relative;
	   min-width: 1000px;
	   height: 306px;
	   margin-left: 5px;
       margin-top: 10px;
	   background:  url(../images/clouds.png) repeat-x;
}
/****** END DEFAULT ******/

