@charset "utf-8";
/* CSS Document */

	  div#login{
	    background-image:url(../../images/bell.jpg);
		background-repeat:no-repeat;
		background-position:bottom right;
	    width:365px;
		height:250px;
	  }
	    div#login-content{
		  width:150px;
		  height:35px;
		  font:Arial, Helvetica, sans-serif;
		  font-size:22px;
		  float:left;
		  position:relative;
		  top:215px;
		  left:240px;
		}
		
	  div#left-bottom{
	    width:365px;
		height:240px;
		position:relative;
		top:10px;
	  }
	  
	  div#right-middle{
		background-repeat:no-repeat;
	    width:545px;
		height:200px;
		position:relative;
		top:10px;
	  }
	  div#right-bottom{
	    background-color:#bdb76b;
		width:545px;
		height:175px;
		position:relative;
		top:25px;
	  }
	    div#right-bottom-content{
		  width:525px;
		  position:relative;
		  left:10px;
		  top:10px;
		}

