@charset "utf-8";

#mainBody{position:relative;width:100%;}
.cloud{position:absolute;top:0px;left:0px;width:100%;height:100%;background:url("../images/cloud.png") no-repeat;z-index:-100;opacity:0.8;}     
#cloud2{z-index:-200;}
#weather{background:url(../images/sun.png) no-repeat;border-radius:90px;width:150;height:150;position:fixed;right:100px; top:30px;z-index:-30000;}
#weather img{margin:30px 0px;}