/** emotion-caddy style sheet **/
/** last update: 011209-jms **/

body {
	margin: 0 auto;
    padding: 0px 0px 0p 0px;
    background-color:#000000;
    font-family: "Gill Sans MT", "Arial", "Sans-serif";
	font-size: 14px;
    line-height: 25px;
}	

#preload {
         display: none;
}

#footer {
    height: 40px;
    width: 754px;
	margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align:center;
    font-size: 11px;
    color: #0c0c0c; 
    font-style:normal;
}
#intro {
    clear:both;
    width:754px;
	height:440px;
    background-image:url('images/intro.gif');
    background-repeat:no-repeat;
    background-position: top center; 
    margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    text-align:left;
}
#intropg {
    clear:both;
    width:754px;
	height:440px;
    background-image:url('images/bg-intro.png');
    background-repeat:no-repeat;
    background-position: top center; 
    margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    text-align:left;
}